Color Hex Logo

#c487ad Color Hex

#C487AD
(196,135,173)
0 Favorites   0 Comments

Color spaces of #c487ad

RGB 196135173
HSL0.900.340.65
HSV323°31°77°
CMYK 0.000.310.12   0.23
XYZ38.971732.080843.6733
Yxy32.08080.33970.2796
Hunter Lab56.639923.6990-6.0688
CIE-Lab63.409629.1729-10.5835

#c487ad color RGB value is (196,135,173).

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

The process color (four color CMYK) of #c487ad color hex is 0.00, 0.31, 0.12, 0.23. Web safe color of #c487ad is #cc9999. Color #c487ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 10101101
Octal 304 207 255
Decimal 196 135 173
Hex C4 87 AD

RGB Percentages of Color #c487ad

%38.89
%26.79
%34.33

CMYK Percentages of Color #c487ad

%0
%31
%12
%23

Triadic Colors of #c487ad

#c487ad #adc487 #87adc4

Analogous Colors of #c487ad

#c487ad #c4878f #bd87c4

Monochromatic Colors of #c487ad

#c487ad

Complementary Color

#c487ad #87c49e

#c487ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487ad Color CSS Codes

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

#c487ad Text Font Color

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

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


#c487ad Background Color

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

This div background color is #c487ad


#c487ad Border Color

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

This div border color is #c487ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487ad


Comments

No comments written yet.

Please login to write comment.