Color Hex Logo

#c76cbf Color Hex

#C76CBF
(199,108,191)
0 Favorites   0 Comments

Color spaces of #c76cbf

RGB 199108191
HSL0.850.450.60
HSV305°46°78°
CMYK 0.000.460.04   0.22
XYZ38.319726.628852.4104
Yxy26.62880.32650.2269
Hunter Lab51.603142.2460-24.0954
CIE-Lab58.629247.6951-28.0700

#c76cbf color RGB value is (199,108,191).

#c76cbf hex color red value is 199, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c76cbf hue: 0.85 , saturation: 0.45 and the lightness value of c76cbf is 0.60.

The process color (four color CMYK) of #c76cbf color hex is 0.00, 0.46, 0.04, 0.22. Web safe color of #c76cbf is #cc66cc. Color #c76cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101100 10111111
Octal 307 154 277
Decimal 199 108 191
Hex C7 6C BF

RGB Percentages of Color #c76cbf

%39.96
%21.69
%38.35

CMYK Percentages of Color #c76cbf

%0
%46
%4
%22

Triadic Colors of #c76cbf

#c76cbf #bfc76c #6cbfc7

Analogous Colors of #c76cbf

#c76cbf #c76c92 #a26cc7

Monochromatic Colors of #c76cbf

#c76cbf

Complementary Color

#c76cbf #6cc774

#c76cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76cbf Color CSS Codes

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

#c76cbf Text Font Color

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

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


#c76cbf Background Color

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

This div background color is #c76cbf


#c76cbf Border Color

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

This div border color is #c76cbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,108,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76cbf


Comments

No comments written yet.

Please login to write comment.