Color Hex Logo

#db5ffd Color Hex

#DB5FFD
(219,95,253)
0 Favorites   0 Comments

Color spaces of #db5ffd

RGB 21995253
HSL0.800.980.68
HSV287°62°99°
CMYK 0.130.620.00   0.01
XYZ51.035230.336396.0941
Yxy30.33630.28760.1709
Hunter Lab55.078469.0095-64.8871
CIE-Lab61.943370.4313-57.4563

#db5ffd color RGB value is (219,95,253).

#db5ffd hex color red value is 219, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db5ffd hue: 0.80 , saturation: 0.98 and the lightness value of db5ffd is 0.68.

The process color (four color CMYK) of #db5ffd color hex is 0.13, 0.62, 0.00, 0.01. Web safe color of #db5ffd is #cc66ff. Color #db5ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011111 11111101
Octal 333 137 375
Decimal 219 95 253
Hex DB 5F FD

RGB Percentages of Color #db5ffd

%38.62
%16.75
%44.62

CMYK Percentages of Color #db5ffd

%13
%62
%0
%1

Triadic Colors of #db5ffd

#db5ffd #fddb5f #5ffddb

Analogous Colors of #db5ffd

#db5ffd #fd5fd0 #8c5ffd

Monochromatic Colors of #db5ffd

#db5ffd

Complementary Color

#db5ffd #81fd5f

#db5ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5ffd Color CSS Codes

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

#db5ffd Text Font Color

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

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


#db5ffd Background Color

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

This div background color is #db5ffd


#db5ffd Border Color

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

This div border color is #db5ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5ffd


Comments

No comments written yet.

Please login to write comment.