Color Hex Logo

#c86aad Color Hex

#C86AAD
(200,106,173)
0 Favorites   0 Comments

Color spaces of #c86aad

RGB 200106173
HSL0.880.460.60
HSV317°47°78°
CMYK 0.000.470.14   0.22
XYZ36.516325.604642.5527
Yxy25.60460.34890.2446
Hunter Lab50.601040.2631-14.4390
CIE-Lab57.659845.9855-19.2244

#c86aad color RGB value is (200,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 10101101
Octal 310 152 255
Decimal 200 106 173
Hex C8 6A AD

RGB Percentages of Color #c86aad

%41.75
%22.13
%36.12

CMYK Percentages of Color #c86aad

%0
%47
%14
%22

Triadic Colors of #c86aad

#c86aad #adc86a #6aadc8

Analogous Colors of #c86aad

#c86aad #c86a7e #b46ac8

Monochromatic Colors of #c86aad

#c86aad

Complementary Color

#c86aad #6ac885

#c86aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86aad Color CSS Codes

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

#c86aad Text Font Color

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

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


#c86aad Background Color

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

This div background color is #c86aad


#c86aad Border Color

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

This div border color is #c86aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86aad


Comments

No comments written yet.

Please login to write comment.