Color Hex Logo

#c987ad Color Hex

#C987AD
(201,135,173)
0 Favorites   0 Comments

Color spaces of #c987ad

RGB 201135173
HSL0.900.380.66
HSV325°33°79°
CMYK 0.000.330.14   0.21
XYZ40.294232.762643.7352
Yxy32.76260.34500.2805
Hunter Lab57.238625.4908-5.2356
CIE-Lab63.968230.9202-9.6900

#c987ad color RGB value is (201,135,173).

#c987ad hex color red value is 201, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c987ad hue: 0.90 , saturation: 0.38 and the lightness value of c987ad is 0.66.

The process color (four color CMYK) of #c987ad color hex is 0.00, 0.33, 0.14, 0.21. Web safe color of #c987ad is #cc9999. Color #c987ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 10101101
Octal 311 207 255
Decimal 201 135 173
Hex C9 87 AD

RGB Percentages of Color #c987ad

%39.49
%26.52
%33.99

CMYK Percentages of Color #c987ad

%0
%33
%14
%21

Triadic Colors of #c987ad

#c987ad #adc987 #87adc9

Analogous Colors of #c987ad

#c987ad #c9878c #c487c9

Monochromatic Colors of #c987ad

#c987ad

Complementary Color

#c987ad #87c9a3

#c987ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c987ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c987ad Color CSS Codes

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

#c987ad Text Font Color

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

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


#c987ad Background Color

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

This div background color is #c987ad


#c987ad Border Color

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

This div border color is #c987ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c987ad


Comments

No comments written yet.

Please login to write comment.