Color Hex Logo

#c205cc Color Hex

#C205CC
(194,5,204)
0 Favorites   0 Comments

Color spaces of #c205cc

RGB 1945204
HSL0.820.950.41
HSV297°98°80°
CMYK 0.050.980.00   0.20
XYZ33.201515.937558.4531
Yxy15.93750.30860.1481
Hunter Lab39.921878.5888-58.8666
CIE-Lab46.892481.0476-54.1119

#c205cc color RGB value is (194,5,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 11001100
Octal 302 5 314
Decimal 194 5 204
Hex C2 5 CC

RGB Percentages of Color #c205cc

%48.14
%1.24
%50.62

CMYK Percentages of Color #c205cc

%5
%98
%0
%20

Triadic Colors of #c205cc

#c205cc #ccc205 #05ccc2

Analogous Colors of #c205cc

#c205cc #cc0573 #5f05cc

Monochromatic Colors of #c205cc

#c205cc

Complementary Color

#c205cc #0fcc05

#c205cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c205cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c205cc Color CSS Codes

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

#c205cc Text Font Color

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

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


#c205cc Background Color

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

This div background color is #c205cc


#c205cc Border Color

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

This div border color is #c205cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c205cc


Comments

No comments written yet.

Please login to write comment.