Color Hex Logo

#c86aae Color Hex

#C86AAE
(200,106,174)
0 Favorites   0 Comments

Color spaces of #c86aae

RGB 200106174
HSL0.880.460.60
HSV317°47°78°
CMYK 0.000.470.13   0.22
XYZ36.613425.643443.0643
Yxy25.64340.34760.2435
Hunter Lab50.639340.4409-14.9734
CIE-Lab57.697046.1471-19.7440

#c86aae color RGB value is (200,106,174).

#c86aae hex color red value is 200, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c86aae hue: 0.88 , saturation: 0.46 and the lightness value of c86aae is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 10101110
Octal 310 152 256
Decimal 200 106 174
Hex C8 6A AE

RGB Percentages of Color #c86aae

%41.67
%22.08
%36.25

CMYK Percentages of Color #c86aae

%0
%47
%13
%22

Triadic Colors of #c86aae

#c86aae #aec86a #6aaec8

Analogous Colors of #c86aae

#c86aae #c86a7f #b36ac8

Monochromatic Colors of #c86aae

#c86aae

Complementary Color

#c86aae #6ac884

#c86aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86aae Color CSS Codes

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

#c86aae Text Font Color

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

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


#c86aae Background Color

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

This div background color is #c86aae


#c86aae Border Color

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

This div border color is #c86aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86aae


Comments

No comments written yet.

Please login to write comment.