Color Hex Logo

#c487cd Color Hex

#C487CD
(196,135,205)
0 Favorites   0 Comments

Color spaces of #c487cd

RGB 196135205
HSL0.810.410.67
HSV292°34°80°
CMYK 0.040.340.00   0.20
XYZ42.448433.471561.9810
Yxy33.47150.30780.2427
Hunter Lab57.854629.7215-23.0206
CIE-Lab64.540935.0295-26.8900

#c487cd color RGB value is (196,135,205).

#c487cd hex color red value is 196, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c487cd hue: 0.81 , saturation: 0.41 and the lightness value of c487cd is 0.67.

The process color (four color CMYK) of #c487cd color hex is 0.04, 0.34, 0.00, 0.20. Web safe color of #c487cd is #cc99cc. Color #c487cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11001101
Octal 304 207 315
Decimal 196 135 205
Hex C4 87 CD

RGB Percentages of Color #c487cd

%36.57
%25.19
%38.25

CMYK Percentages of Color #c487cd

%4
%34
%0
%20

Triadic Colors of #c487cd

#c487cd #cdc487 #87cdc4

Analogous Colors of #c487cd

#c487cd #cd87b3 #a187cd

Monochromatic Colors of #c487cd

#c487cd

Complementary Color

#c487cd #90cd87

#c487cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487cd Color CSS Codes

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

#c487cd Text Font Color

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

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


#c487cd Background Color

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

This div background color is #c487cd


#c487cd Border Color

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

This div border color is #c487cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487cd


Comments

No comments written yet.

Please login to write comment.