Color Hex Logo

#c76eab Color Hex

#C76EAB
(199,110,171)
0 Favorites   0 Comments

Color spaces of #c76eab

RGB 199110171
HSL0.890.440.61
HSV319°45°78°
CMYK 0.000.450.14   0.22
XYZ36.479826.234241.6691
Yxy26.23420.34950.2513
Hunter Lab51.219337.4987-12.3814
CIE-Lab58.258743.2830-17.1727

#c76eab color RGB value is (199,110,171).

#c76eab hex color red value is 199, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c76eab hue: 0.89 , saturation: 0.44 and the lightness value of c76eab is 0.61.

The process color (four color CMYK) of #c76eab color hex is 0.00, 0.45, 0.14, 0.22. Web safe color of #c76eab is #cc6699. Color #c76eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 10101011
Octal 307 156 253
Decimal 199 110 171
Hex C7 6E AB

RGB Percentages of Color #c76eab

%41.46
%22.92
%35.63

CMYK Percentages of Color #c76eab

%0
%45
%14
%22

Triadic Colors of #c76eab

#c76eab #abc76e #6eabc7

Analogous Colors of #c76eab

#c76eab #c76e7f #b76ec7

Monochromatic Colors of #c76eab

#c76eab

Complementary Color

#c76eab #6ec78a

#c76eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76eab Color CSS Codes

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

#c76eab Text Font Color

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

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


#c76eab Background Color

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

This div background color is #c76eab


#c76eab Border Color

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

This div border color is #c76eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76eab


Comments

No comments written yet.

Please login to write comment.