Color Hex Logo

#db95db Color Hex

#DB95DB
(219,149,219)
0 Favorites   0 Comments

Color spaces of #db95db

RGB 219149219
HSL0.830.490.72
HSV300°32°86°
CMYK 0.000.320.00   0.14
XYZ52.747041.669472.2808
Yxy41.66940.31640.2500
Hunter Lab64.551832.8913-21.2027
CIE-Lab70.642437.4291-25.0853

#db95db color RGB value is (219,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010101 11011011
Octal 333 225 333
Decimal 219 149 219
Hex DB 95 DB

RGB Percentages of Color #db95db

%37.31
%25.38
%37.31

CMYK Percentages of Color #db95db

%0
%32
%0
%14

Triadic Colors of #db95db

#db95db #dbdb95 #95dbdb

Analogous Colors of #db95db

#db95db #db95b8 #b895db

Monochromatic Colors of #db95db

#db95db

Complementary Color

#db95db #95db95

#db95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db95db Color CSS Codes

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

#db95db Text Font Color

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

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


#db95db Background Color

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

This div background color is #db95db


#db95db Border Color

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

This div border color is #db95db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db95db


Comments

No comments written yet.

Please login to write comment.