Color Hex Logo

#c861ae Color Hex

#C861AE
(200,97,174)
0 Favorites   0 Comments

Color spaces of #c861ae

RGB 20097174
HSL0.880.480.58
HSV315°52°78°
CMYK 0.000.520.13   0.22
XYZ35.734123.884742.7712
Yxy23.88470.34900.2333
Hunter Lab48.872044.9893-17.6783
CIE-Lab55.972250.6457-22.3840

#c861ae color RGB value is (200,97,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100001 10101110
Octal 310 141 256
Decimal 200 97 174
Hex C8 61 AE

RGB Percentages of Color #c861ae

%42.46
%20.59
%36.94

CMYK Percentages of Color #c861ae

%0
%52
%13
%22

Triadic Colors of #c861ae

#c861ae #aec861 #61aec8

Analogous Colors of #c861ae

#c861ae #c8617b #af61c8

Monochromatic Colors of #c861ae

#c861ae

Complementary Color

#c861ae #61c87b

#c861ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c861ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c861ae Color CSS Codes

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

#c861ae Text Font Color

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

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


#c861ae Background Color

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

This div background color is #c861ae


#c861ae Border Color

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

This div border color is #c861ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c861ae


Comments

No comments written yet.

Please login to write comment.