Color Hex Logo

#c87acd Color Hex

#C87ACD
(200,122,205)
0 Favorites   0 Comments

Color spaces of #c87acd

RGB 200122205
HSL0.820.450.64
HSV296°40°80°
CMYK 0.020.400.00   0.20
XYZ41.798430.606261.4622
Yxy30.60620.31220.2286
Hunter Lab55.322938.0481-27.1436
CIE-Lab62.173843.2717-30.5074

#c87acd color RGB value is (200,122,205).

#c87acd hex color red value is 200, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c87acd hue: 0.82 , saturation: 0.45 and the lightness value of c87acd is 0.64.

The process color (four color CMYK) of #c87acd color hex is 0.02, 0.40, 0.00, 0.20. Web safe color of #c87acd is #cc66cc. Color #c87acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111010 11001101
Octal 310 172 315
Decimal 200 122 205
Hex C8 7A CD

RGB Percentages of Color #c87acd

%37.95
%23.15
%38.90

CMYK Percentages of Color #c87acd

%2
%40
%0
%20

Triadic Colors of #c87acd

#c87acd #cdc87a #7acdc8

Analogous Colors of #c87acd

#c87acd #cd7aa9 #9f7acd

Monochromatic Colors of #c87acd

#c87acd

Complementary Color

#c87acd #7fcd7a

#c87acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87acd Color CSS Codes

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

#c87acd Text Font Color

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

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


#c87acd Background Color

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

This div background color is #c87acd


#c87acd Border Color

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

This div border color is #c87acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87acd


Comments

No comments written yet.

Please login to write comment.