Color Hex Logo

#db86ca Color Hex

#DB86CA
(219,134,202)
0 Favorites   0 Comments

Color spaces of #db86ca

RGB 219134202
HSL0.870.540.69
HSV312°39°86°
CMYK 0.000.390.08   0.14
XYZ48.399236.374560.3472
Yxy36.37450.33350.2506
Hunter Lab60.311337.6997-17.1074
CIE-Lab66.805142.3545-21.5168

#db86ca color RGB value is (219,134,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 11001010
Octal 333 206 312
Decimal 219 134 202
Hex DB 86 CA

RGB Percentages of Color #db86ca

%39.46
%24.14
%36.40

CMYK Percentages of Color #db86ca

%0
%39
%8
%14

Triadic Colors of #db86ca

#db86ca #cadb86 #86cadb

Analogous Colors of #db86ca

#db86ca #db86a0 #c286db

Monochromatic Colors of #db86ca

#db86ca

Complementary Color

#db86ca #86db97

#db86ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db86ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db86ca Color CSS Codes

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

#db86ca Text Font Color

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

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


#db86ca Background Color

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

This div background color is #db86ca


#db86ca Border Color

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

This div border color is #db86ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db86ca


Comments

No comments written yet.

Please login to write comment.