Color Hex Logo

#c204ce Color Hex

#C204CE
(194,4,206)
0 Favorites   0 Comments

Color spaces of #c204ce

RGB 1944206
HSL0.820.960.41
HSV296°98°81°
CMYK 0.060.980.00   0.19
XYZ33.432116.012459.7212
Yxy16.01240.30630.1467
Hunter Lab40.015579.1058-60.4766
CIE-Lab46.990881.4370-55.1094

#c204ce color RGB value is (194,4,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000100 11001110
Octal 302 4 316
Decimal 194 4 206
Hex C2 4 CE

RGB Percentages of Color #c204ce

%48.02
%0.99
%50.99

CMYK Percentages of Color #c204ce

%6
%98
%0
%19

Triadic Colors of #c204ce

#c204ce #cec204 #04cec2

Analogous Colors of #c204ce

#c204ce #ce0475 #5d04ce

Monochromatic Colors of #c204ce

#c204ce

Complementary Color

#c204ce #10ce04

#c204ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c204ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c204ce Color CSS Codes

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

#c204ce Text Font Color

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

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


#c204ce Background Color

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

This div background color is #c204ce


#c204ce Border Color

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

This div border color is #c204ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c204ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c204ce


Comments

No comments written yet.

Please login to write comment.