Color Hex Logo

#c487ca Color Hex

#C487CA
(196,135,202)
0 Favorites   0 Comments

Color spaces of #c487ca

RGB 196135202
HSL0.820.390.66
HSV295°33°79°
CMYK 0.030.330.00   0.21
XYZ42.089633.328060.0917
Yxy33.32800.31060.2459
Hunter Lab57.730429.1111-21.3038
CIE-Lab64.425634.4465-25.3871

#c487ca color RGB value is (196,135,202).

#c487ca hex color red value is 196, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c487ca hue: 0.82 , saturation: 0.39 and the lightness value of c487ca is 0.66.

The process color (four color CMYK) of #c487ca color hex is 0.03, 0.33, 0.00, 0.21. Web safe color of #c487ca is #cc99cc. Color #c487ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11001010
Octal 304 207 312
Decimal 196 135 202
Hex C4 87 CA

RGB Percentages of Color #c487ca

%36.77
%25.33
%37.90

CMYK Percentages of Color #c487ca

%3
%33
%0
%21

Triadic Colors of #c487ca

#c487ca #cac487 #87cac4

Analogous Colors of #c487ca

#c487ca #ca87af #a387ca

Monochromatic Colors of #c487ca

#c487ca

Complementary Color

#c487ca #8dca87

#c487ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487ca Color CSS Codes

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

#c487ca Text Font Color

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

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


#c487ca Background Color

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

This div background color is #c487ca


#c487ca Border Color

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

This div border color is #c487ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,135,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487ca


Comments

No comments written yet.

Please login to write comment.