Color Hex Logo

#db86c2 Color Hex

#DB86C2
(219,134,194)
0 Favorites   0 Comments

Color spaces of #db86c2

RGB 219134194
HSL0.880.540.69
HSV318°39°86°
CMYK 0.000.390.11   0.14
XYZ47.476136.005355.4864
Yxy36.00530.34160.2591
Hunter Lab60.004436.2233-12.8227
CIE-Lab66.524041.0115-17.4665

#db86c2 color RGB value is (219,134,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 11000010
Octal 333 206 302
Decimal 219 134 194
Hex DB 86 C2

RGB Percentages of Color #db86c2

%40.04
%24.50
%35.47

CMYK Percentages of Color #db86c2

%0
%39
%11
%14

Triadic Colors of #db86c2

#db86c2 #c2db86 #86c2db

Analogous Colors of #db86c2

#db86c2 #db8698 #ca86db

Monochromatic Colors of #db86c2

#db86c2

Complementary Color

#db86c2 #86db9f

#db86c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db86c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db86c2 Color CSS Codes

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

#db86c2 Text Font Color

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

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


#db86c2 Background Color

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

This div background color is #db86c2


#db86c2 Border Color

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

This div border color is #db86c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db86c2


Comments

No comments written yet.

Please login to write comment.