Color Hex Logo

#c404ce Color Hex

#C404CE
(196,4,206)
0 Favorites   0 Comments

Color spaces of #c404ce

RGB 1964206
HSL0.830.960.41
HSV297°98°81°
CMYK 0.050.980.00   0.19
XYZ33.948916.278859.7453
Yxy16.27880.30870.1480
Hunter Lab40.347079.5868-59.5530
CIE-Lab47.338281.7489-54.5324

#c404ce color RGB value is (196,4,206).

#c404ce hex color red value is 196, green value is 4 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c404ce hue: 0.83 , saturation: 0.96 and the lightness value of c404ce is 0.41.

The process color (four color CMYK) of #c404ce color hex is 0.05, 0.98, 0.00, 0.19. Web safe color of #c404ce is #cc00cc. Color #c404ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 11001110
Octal 304 4 316
Decimal 196 4 206
Hex C4 4 CE

RGB Percentages of Color #c404ce

%48.28
%0.99
%50.74

CMYK Percentages of Color #c404ce

%5
%98
%0
%19

Triadic Colors of #c404ce

#c404ce #cec404 #04cec4

Analogous Colors of #c404ce

#c404ce #ce0473 #5f04ce

Monochromatic Colors of #c404ce

#c404ce

Complementary Color

#c404ce #0ece04

#c404ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c404ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c404ce Color CSS Codes

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

#c404ce Text Font Color

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

This sample text font color is #c404ce
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.


#c404ce Background Color

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

This div background color is #c404ce


#c404ce Border Color

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

This div border color is #c404ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c404ce


Comments

No comments written yet.

Please login to write comment.