Color Hex Logo

#c76eaf Color Hex

#C76EAF
(199,110,175)
0 Favorites   0 Comments

Color spaces of #c76eaf

RGB 199110175
HSL0.880.440.61
HSV316°45°78°
CMYK 0.000.450.12   0.22
XYZ36.867026.389143.7079
Yxy26.38910.34470.2467
Hunter Lab51.370338.2062-14.4870
CIE-Lab58.404643.9353-19.2518

#c76eaf color RGB value is (199,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 10101111
Octal 307 156 257
Decimal 199 110 175
Hex C7 6E AF

RGB Percentages of Color #c76eaf

%41.12
%22.73
%36.16

CMYK Percentages of Color #c76eaf

%0
%45
%12
%22

Triadic Colors of #c76eaf

#c76eaf #afc76e #6eafc7

Analogous Colors of #c76eaf

#c76eaf #c76e83 #b36ec7

Monochromatic Colors of #c76eaf

#c76eaf

Complementary Color

#c76eaf #6ec786

#c76eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76eaf Color CSS Codes

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

#c76eaf Text Font Color

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

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


#c76eaf Background Color

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

This div background color is #c76eaf


#c76eaf Border Color

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

This div border color is #c76eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76eaf


Comments

No comments written yet.

Please login to write comment.