Color Hex Logo

#c05fcb Color Hex

#C05FCB
(192,95,203)
0 Favorites   0 Comments

Color spaces of #c05fcb

RGB 19295203
HSL0.820.510.58
HSV294°53°80°
CMYK 0.050.530.00   0.20
XYZ36.609923.702759.1454
Yxy23.70270.30650.1984
Hunter Lab48.685449.0269-37.9486
CIE-Lab55.788954.3601-39.4123

#c05fcb color RGB value is (192,95,203).

#c05fcb hex color red value is 192, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c05fcb hue: 0.82 , saturation: 0.51 and the lightness value of c05fcb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 11001011
Octal 300 137 313
Decimal 192 95 203
Hex C0 5F CB

RGB Percentages of Color #c05fcb

%39.18
%19.39
%41.43

CMYK Percentages of Color #c05fcb

%5
%53
%0
%20

Triadic Colors of #c05fcb

#c05fcb #cbc05f #5fcbc0

Analogous Colors of #c05fcb

#c05fcb #cb5fa0 #8a5fcb

Monochromatic Colors of #c05fcb

#c05fcb

Complementary Color

#c05fcb #6acb5f

#c05fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05fcb Color CSS Codes

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

#c05fcb Text Font Color

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

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


#c05fcb Background Color

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

This div background color is #c05fcb


#c05fcb Border Color

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

This div border color is #c05fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05fcb


Comments

No comments written yet.

Please login to write comment.