Color Hex Logo

#db95dc Color Hex

#DB95DC
(219,149,220)
0 Favorites   0 Comments

Color spaces of #db95dc

RGB 219149220
HSL0.830.500.72
HSV299°32°86°
CMYK 0.000.320.00   0.14
XYZ52.879141.722372.9763
Yxy41.72230.31550.2490
Hunter Lab64.592833.0922-21.7703
CIE-Lab70.679037.6139-25.5799

#db95dc color RGB value is (219,149,220).

#db95dc hex color red value is 219, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #db95dc hue: 0.83 , saturation: 0.50 and the lightness value of db95dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010101 11011100
Octal 333 225 334
Decimal 219 149 220
Hex DB 95 DC

RGB Percentages of Color #db95dc

%37.24
%25.34
%37.41

CMYK Percentages of Color #db95dc

%0
%32
%0
%14

Triadic Colors of #db95dc

#db95dc #dcdb95 #95dcdb

Analogous Colors of #db95dc

#db95dc #dc95ba #b895dc

Monochromatic Colors of #db95dc

#db95dc

Complementary Color

#db95dc #96dc95

#db95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db95dc Color CSS Codes

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

#db95dc Text Font Color

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

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


#db95dc Background Color

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

This div background color is #db95dc


#db95dc Border Color

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

This div border color is #db95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db95dc


Comments

No comments written yet.

Please login to write comment.