Color Hex Logo

#db5fdc Color Hex

#DB5FDC
(219,95,220)
0 Favorites   0 Comments

Color spaces of #db5fdc

RGB 21995220
HSL0.830.640.62
HSV300°57°86°
CMYK 0.000.570.00   0.14
XYZ46.223928.411870.7579
Yxy28.41180.31790.1954
Hunter Lab53.302761.5147-41.3939
CIE-Lab60.259064.4969-41.7538

#db5fdc color RGB value is (219,95,220).

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

The process color (four color CMYK) of #db5fdc color hex is 0.00, 0.57, 0.00, 0.14. Web safe color of #db5fdc is #cc66cc. Color #db5fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011111 11011100
Octal 333 137 334
Decimal 219 95 220
Hex DB 5F DC

RGB Percentages of Color #db5fdc

%41.01
%17.79
%41.20

CMYK Percentages of Color #db5fdc

%0
%57
%0
%14

Triadic Colors of #db5fdc

#db5fdc #dcdb5f #5fdcdb

Analogous Colors of #db5fdc

#db5fdc #dc5f9f #9d5fdc

Monochromatic Colors of #db5fdc

#db5fdc

Complementary Color

#db5fdc #60dc5f

#db5fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5fdc Color CSS Codes

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

#db5fdc Text Font Color

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

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


#db5fdc Background Color

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

This div background color is #db5fdc


#db5fdc Border Color

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

This div border color is #db5fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5fdc


Comments

No comments written yet.

Please login to write comment.