Color Hex Logo

#c05fcc Color Hex

#C05FCC
(192,95,204)
0 Favorites   0 Comments

Color spaces of #c05fcc

RGB 19295204
HSL0.810.520.59
HSV293°53°80°
CMYK 0.060.530.00   0.20
XYZ36.729523.750559.7752
Yxy23.75050.30540.1975
Hunter Lab48.734549.2439-38.6079
CIE-Lab55.837154.5480-39.9063

#c05fcc color RGB value is (192,95,204).

#c05fcc hex color red value is 192, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c05fcc hue: 0.81 , saturation: 0.52 and the lightness value of c05fcc is 0.59.

The process color (four color CMYK) of #c05fcc color hex is 0.06, 0.53, 0.00, 0.20. Web safe color of #c05fcc is #cc66cc. Color #c05fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 11001100
Octal 300 137 314
Decimal 192 95 204
Hex C0 5F CC

RGB Percentages of Color #c05fcc

%39.10
%19.35
%41.55

CMYK Percentages of Color #c05fcc

%6
%53
%0
%20

Triadic Colors of #c05fcc

#c05fcc #ccc05f #5fccc0

Analogous Colors of #c05fcc

#c05fcc #cc5fa2 #8a5fcc

Monochromatic Colors of #c05fcc

#c05fcc

Complementary Color

#c05fcc #6bcc5f

#c05fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05fcc Color CSS Codes

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

#c05fcc Text Font Color

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

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


#c05fcc Background Color

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

This div background color is #c05fcc


#c05fcc Border Color

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

This div border color is #c05fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05fcc


Comments

No comments written yet.

Please login to write comment.