Color Hex Logo

#c04ccb Color Hex

#C04CCB
(192,76,203)
0 Favorites   0 Comments

Color spaces of #c04ccb

RGB 19276203
HSL0.820.550.55
HSV295°63°80°
CMYK 0.050.630.00   0.20
XYZ35.102220.687158.6428
Yxy20.68710.30680.1808
Hunter Lab45.483158.1645-44.6064
CIE-Lab52.605363.0182-44.4377

#c04ccb color RGB value is (192,76,203).

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

The process color (four color CMYK) of #c04ccb color hex is 0.05, 0.63, 0.00, 0.20. Web safe color of #c04ccb is #cc33cc. Color #c04ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11001011
Octal 300 114 313
Decimal 192 76 203
Hex C0 4C CB

RGB Percentages of Color #c04ccb

%40.76
%16.14
%43.10

CMYK Percentages of Color #c04ccb

%5
%63
%0
%20

Triadic Colors of #c04ccb

#c04ccb #cbc04c #4ccbc0

Analogous Colors of #c04ccb

#c04ccb #cb4c97 #814ccb

Monochromatic Colors of #c04ccb

#c04ccb

Complementary Color

#c04ccb #57cb4c

#c04ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04ccb Color CSS Codes

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

#c04ccb Text Font Color

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

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


#c04ccb Background Color

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

This div background color is #c04ccb


#c04ccb Border Color

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

This div border color is #c04ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04ccb


Comments

No comments written yet.

Please login to write comment.