Color Hex Logo

#c76eae Color Hex

#C76EAE
(199,110,174)
0 Favorites   0 Comments

Color spaces of #c76eae

RGB 199110174
HSL0.880.440.61
HSV317°45°78°
CMYK 0.000.450.13   0.22
XYZ36.769126.350043.1925
Yxy26.35000.34590.2479
Hunter Lab51.332338.0274-13.9558
CIE-Lab58.367843.7707-18.7330

#c76eae color RGB value is (199,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 10101110
Octal 307 156 256
Decimal 199 110 174
Hex C7 6E AE

RGB Percentages of Color #c76eae

%41.20
%22.77
%36.02

CMYK Percentages of Color #c76eae

%0
%45
%13
%22

Triadic Colors of #c76eae

#c76eae #aec76e #6eaec7

Analogous Colors of #c76eae

#c76eae #c76e82 #b46ec7

Monochromatic Colors of #c76eae

#c76eae

Complementary Color

#c76eae #6ec787

#c76eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76eae Color CSS Codes

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

#c76eae Text Font Color

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

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


#c76eae Background Color

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

This div background color is #c76eae


#c76eae Border Color

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

This div border color is #c76eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76eae


Comments

No comments written yet.

Please login to write comment.