Color Hex Logo

#c487db Color Hex

#C487DB
(196,135,219)
0 Favorites   0 Comments

Color spaces of #c487db

RGB 196135219
HSL0.790.540.69
HSV284°38°86°
CMYK 0.110.380.00   0.14
XYZ44.215134.178271.2845
Yxy34.17820.29540.2283
Hunter Lab58.462132.6914-31.3705
CIE-Lab65.103837.8336-33.8293

#c487db color RGB value is (196,135,219).

#c487db hex color red value is 196, green value is 135 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c487db hue: 0.79 , saturation: 0.54 and the lightness value of c487db is 0.69.

The process color (four color CMYK) of #c487db color hex is 0.11, 0.38, 0.00, 0.14. Web safe color of #c487db is #cc99cc. Color #c487db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11011011
Octal 304 207 333
Decimal 196 135 219
Hex C4 87 DB

RGB Percentages of Color #c487db

%35.64
%24.55
%39.82

CMYK Percentages of Color #c487db

%11
%38
%0
%14

Triadic Colors of #c487db

#c487db #dbc487 #87dbc4

Analogous Colors of #c487db

#c487db #db87c8 #9a87db

Monochromatic Colors of #c487db

#c487db

Complementary Color

#c487db #9edb87

#c487db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487db Color CSS Codes

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

#c487db Text Font Color

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

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


#c487db Background Color

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

This div background color is #c487db


#c487db Border Color

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

This div border color is #c487db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487db


Comments

No comments written yet.

Please login to write comment.