Color Hex Logo

#c76ccb Color Hex

#C76CCB
(199,108,203)
0 Favorites   0 Comments

Color spaces of #c76ccb

RGB 199108203
HSL0.830.480.61
HSV297°47°80°
CMYK 0.020.470.00   0.20
XYZ39.695227.179059.6538
Yxy27.17900.31370.2148
Hunter Lab52.133544.6789-31.3492
CIE-Lab59.139649.8625-34.1014

#c76ccb color RGB value is (199,108,203).

#c76ccb hex color red value is 199, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c76ccb hue: 0.83 , saturation: 0.48 and the lightness value of c76ccb is 0.61.

The process color (four color CMYK) of #c76ccb color hex is 0.02, 0.47, 0.00, 0.20. Web safe color of #c76ccb is #cc66cc. Color #c76ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 11001011
Octal 307 154 313
Decimal 199 108 203
Hex C7 6C CB

RGB Percentages of Color #c76ccb

%39.02
%21.18
%39.80

CMYK Percentages of Color #c76ccb

%2
%47
%0
%20

Triadic Colors of #c76ccb

#c76ccb #cbc76c #6ccbc7

Analogous Colors of #c76ccb

#c76ccb #cb6ca0 #986ccb

Monochromatic Colors of #c76ccb

#c76ccb

Complementary Color

#c76ccb #70cb6c

#c76ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ccb Color CSS Codes

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

#c76ccb Text Font Color

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

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


#c76ccb Background Color

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

This div background color is #c76ccb


#c76ccb Border Color

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

This div border color is #c76ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ccb


Comments

No comments written yet.

Please login to write comment.