color codes Logo

#c404ef color codes

#C404EF
(196,4,239)
0 Favorites   0 Comments

Color spaces of #c404ef

RGB 1964239
HSL0.800.970.48
HSV289°98°94°
CMYK 0.180.980.00   0.06
XYZ38.388418.054683.1229
Yxy18.05460.27510.1294
Hunter Lab42.490786.9078-86.2432
CIE-Lab49.562386.9971-69.7507

#c404ef color RGB value is (196,4,239).

#c404ef hex color red value is 196, green value is 4 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c404ef hue: 0.80 , saturation: 0.97 and the lightness value of c404ef is 0.48.

The process color (four color CMYK) of #c404ef color code is 0.18, 0.98, 0.00, 0.06. Web safe color of #c404ef is #cc00ff. Color #c404ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 11101111
Octal 304 4 357
Decimal 196 4 239
Hex C4 4 EF

RGB Percentages of Color #c404ef

%44.65
%0.91
%54.44

CMYK Percentages of Color #c404ef

%18
%98
%0
%6

Triadic Colors of #c404ef

#c404ef #efc404 #04efc4

Analogous Colors of #c404ef

#c404ef #ef04a5 #4f04ef

Monochromatic Colors of #c404ef

#c404ef

Complementary Color

#c404ef #2fef04

#c404ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c404ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c404ef Color CSS Codes

.mybgcolor {background-color:#c404ef; } 
.myforecolor {color:#c404ef; }
.mybordercolor {border:3px solid #c404ef; }

#c404ef Text Font Color

<p style="color:#c404ef">Text here</p>

This sample text font color is #c404ef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c404ef Background Color

<div style="background-color:#c404ef">
Div content here</div>

This div background color is #c404ef


#c404ef Border Color

<div style="border:3px solid #c404ef">
Div here</div>

This div border color is #c404ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,4,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c404ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c404ef;
  -webkit-box-shadow: 1px 1px 3px 2px #c404ef;
  box-shadow:         1px 1px 3px 2px #c404ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,4,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c404ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c404ef;
  -webkit-box-shadow: 1px 1px 3px 2px #c404ef;
  box-shadow:         1px 1px 3px 2px #c404ef;">
Div content here</div>

This div box has shadow with color #c404ef


Comments

No comments written yet.

Please login to write comment.