Color Hex Logo

#c76ace Color Hex

#C76ACE
(199,106,206)
0 Favorites   0 Comments

Color spaces of #c76ace

RGB 199106206
HSL0.820.510.61
HSV296°49°81°
CMYK 0.030.490.00   0.19
XYZ39.847826.906461.4858
Yxy26.90640.31070.2098
Hunter Lab51.871446.3495-33.9695
CIE-Lab58.887651.4272-36.1944

#c76ace color RGB value is (199,106,206).

#c76ace hex color red value is 199, green value is 106 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c76ace hue: 0.82 , saturation: 0.51 and the lightness value of c76ace is 0.61.

The process color (four color CMYK) of #c76ace color hex is 0.03, 0.49, 0.00, 0.19. Web safe color of #c76ace is #cc66cc. Color #c76ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 11001110
Octal 307 152 316
Decimal 199 106 206
Hex C7 6A CE

RGB Percentages of Color #c76ace

%38.94
%20.74
%40.31

CMYK Percentages of Color #c76ace

%3
%49
%0
%19

Triadic Colors of #c76ace

#c76ace #cec76a #6acec7

Analogous Colors of #c76ace

#c76ace #ce6aa3 #956ace

Monochromatic Colors of #c76ace

#c76ace

Complementary Color

#c76ace #71ce6a

#c76ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ace Color CSS Codes

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

#c76ace Text Font Color

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

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


#c76ace Background Color

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

This div background color is #c76ace


#c76ace Border Color

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

This div border color is #c76ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ace


Comments

No comments written yet.

Please login to write comment.