Color Hex Logo

#c78ccb Color Hex

#C78CCB
(199,140,203)
0 Favorites   0 Comments

Color spaces of #c78ccb

RGB 199140203
HSL0.820.380.67
HSV296°31°80°
CMYK 0.020.310.00   0.20
XYZ43.710835.210160.9923
Yxy35.21010.31240.2517
Hunter Lab59.338127.6485-19.4062
CIE-Lab65.911932.8717-23.6400

#c78ccb color RGB value is (199,140,203).

#c78ccb hex color red value is 199, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c78ccb hue: 0.82 , saturation: 0.38 and the lightness value of c78ccb is 0.67.

The process color (four color CMYK) of #c78ccb color hex is 0.02, 0.31, 0.00, 0.20. Web safe color of #c78ccb is #cc99cc. Color #c78ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 11001011
Octal 307 214 313
Decimal 199 140 203
Hex C7 8C CB

RGB Percentages of Color #c78ccb

%36.72
%25.83
%37.45

CMYK Percentages of Color #c78ccb

%2
%31
%0
%20

Triadic Colors of #c78ccb

#c78ccb #cbc78c #8ccbc7

Analogous Colors of #c78ccb

#c78ccb #cb8cb0 #a88ccb

Monochromatic Colors of #c78ccb

#c78ccb

Complementary Color

#c78ccb #90cb8c

#c78ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78ccb Color CSS Codes

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

#c78ccb Text Font Color

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

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


#c78ccb Background Color

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

This div background color is #c78ccb


#c78ccb Border Color

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

This div border color is #c78ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78ccb


Comments

No comments written yet.

Please login to write comment.