Color Hex Logo

#c76fae Color Hex

#C76FAE
(199,111,174)
0 Favorites   0 Comments

Color spaces of #c76fae

RGB 199111174
HSL0.880.440.61
HSV317°44°78°
CMYK 0.000.440.13   0.22
XYZ36.877626.567043.2287
Yxy26.56700.34570.2491
Hunter Lab51.543237.5108-13.6456
CIE-Lab58.571443.2512-18.4230

#c76fae color RGB value is (199,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 10101110
Octal 307 157 256
Decimal 199 111 174
Hex C7 6F AE

RGB Percentages of Color #c76fae

%41.12
%22.93
%35.95

CMYK Percentages of Color #c76fae

%0
%44
%13
%22

Triadic Colors of #c76fae

#c76fae #aec76f #6faec7

Analogous Colors of #c76fae

#c76fae #c76f82 #b46fc7

Monochromatic Colors of #c76fae

#c76fae

Complementary Color

#c76fae #6fc788

#c76fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76fae Color CSS Codes

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

#c76fae Text Font Color

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

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


#c76fae Background Color

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

This div background color is #c76fae


#c76fae Border Color

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

This div border color is #c76fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76fae


Comments

No comments written yet.

Please login to write comment.