Color Hex Logo

#c986db Color Hex

#C986DB
(201,134,219)
0 Favorites   0 Comments

Color spaces of #c986db

RGB 201134219
HSL0.800.540.69
HSV287°39°86°
CMYK 0.080.390.00   0.14
XYZ45.398734.582271.3001
Yxy34.58220.30010.2286
Hunter Lab58.806634.8903-30.7215
CIE-Lab65.422139.8882-33.2932

#c986db color RGB value is (201,134,219).

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

The process color (four color CMYK) of #c986db color hex is 0.08, 0.39, 0.00, 0.14. Web safe color of #c986db is #cc99cc. Color #c986db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000110 11011011
Octal 311 206 333
Decimal 201 134 219
Hex C9 86 DB

RGB Percentages of Color #c986db

%36.28
%24.19
%39.53

CMYK Percentages of Color #c986db

%8
%39
%0
%14

Triadic Colors of #c986db

#c986db #dbc986 #86dbc9

Analogous Colors of #c986db

#c986db #db86c3 #9f86db

Monochromatic Colors of #c986db

#c986db

Complementary Color

#c986db #98db86

#c986db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c986db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c986db Color CSS Codes

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

#c986db Text Font Color

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

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


#c986db Background Color

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

This div background color is #c986db


#c986db Border Color

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

This div border color is #c986db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c986db


Comments

No comments written yet.

Please login to write comment.