Color Hex Logo

#c87add Color Hex

#C87ADD
(200,122,221)
0 Favorites   0 Comments

Color spaces of #c87add

RGB 200122221
HSL0.800.590.67
HSV287°45°87°
CMYK 0.100.450.00   0.13
XYZ43.830131.418972.1610
Yxy31.41890.29730.2131
Hunter Lab56.052641.4854-37.0920
CIE-Lab62.859746.3787-38.4073

#c87add color RGB value is (200,122,221).

#c87add hex color red value is 200, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c87add hue: 0.80 , saturation: 0.59 and the lightness value of c87add is 0.67.

The process color (four color CMYK) of #c87add color hex is 0.10, 0.45, 0.00, 0.13. Web safe color of #c87add is #cc66cc. Color #c87add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111010 11011101
Octal 310 172 335
Decimal 200 122 221
Hex C8 7A DD

RGB Percentages of Color #c87add

%36.83
%22.47
%40.70

CMYK Percentages of Color #c87add

%10
%45
%0
%13

Triadic Colors of #c87add

#c87add #ddc87a #7addc8

Analogous Colors of #c87add

#c87add #dd7ac1 #977add

Monochromatic Colors of #c87add

#c87add

Complementary Color

#c87add #8fdd7a

#c87add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87add Color CSS Codes

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

#c87add Text Font Color

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

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


#c87add Background Color

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

This div background color is #c87add


#c87add Border Color

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

This div border color is #c87add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87add


Comments

No comments written yet.

Please login to write comment.