Color Hex Logo

#db5bd9 Color Hex

#DB5BD9
(219,91,217)
0 Favorites   0 Comments

Color spaces of #db5bd9

RGB 21991217
HSL0.840.640.61
HSV301°58°86°
CMYK 0.000.580.01   0.14
XYZ45.478927.552068.5667
Yxy27.55200.32120.1946
Hunter Lab52.490062.8002-40.7064
CIE-Lab59.481865.7227-41.2867

#db5bd9 color RGB value is (219,91,217).

#db5bd9 hex color red value is 219, green value is 91 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #db5bd9 hue: 0.84 , saturation: 0.64 and the lightness value of db5bd9 is 0.61.

The process color (four color CMYK) of #db5bd9 color hex is 0.00, 0.58, 0.01, 0.14. Web safe color of #db5bd9 is #cc66cc. Color #db5bd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011011 11011001
Octal 333 133 331
Decimal 219 91 217
Hex DB 5B D9

RGB Percentages of Color #db5bd9

%41.56
%17.27
%41.18

CMYK Percentages of Color #db5bd9

%0
%58
%1
%14

Triadic Colors of #db5bd9

#db5bd9 #d9db5b #5bd9db

Analogous Colors of #db5bd9

#db5bd9 #db5b99 #9d5bdb

Monochromatic Colors of #db5bd9

#db5bd9

Complementary Color

#db5bd9 #5bdb5d

#db5bd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5bd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5bd9 Color CSS Codes

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

#db5bd9 Text Font Color

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

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


#db5bd9 Background Color

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

This div background color is #db5bd9


#db5bd9 Border Color

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

This div border color is #db5bd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5bd9


Comments

No comments written yet.

Please login to write comment.