Color Hex Logo

#db4efd Color Hex

#DB4EFD
(219,78,253)
0 Favorites   0 Comments

Color spaces of #db4efd

RGB 21978253
HSL0.800.980.65
HSV288°69°99°
CMYK 0.130.690.00   0.01
XYZ49.667427.600795.6382
Yxy27.60070.28730.1596
Hunter Lab52.536476.8136-71.1572
CIE-Lab59.526377.1861-61.3198

#db4efd color RGB value is (219,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001110 11111101
Octal 333 116 375
Decimal 219 78 253
Hex DB 4E FD

RGB Percentages of Color #db4efd

%39.82
%14.18
%46.00

CMYK Percentages of Color #db4efd

%13
%69
%0
%1

Triadic Colors of #db4efd

#db4efd #fddb4e #4efddb

Analogous Colors of #db4efd

#db4efd #fd4ec8 #844efd

Monochromatic Colors of #db4efd

#db4efd

Complementary Color

#db4efd #70fd4e

#db4efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4efd Color CSS Codes

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

#db4efd Text Font Color

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

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


#db4efd Background Color

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

This div background color is #db4efd


#db4efd Border Color

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

This div border color is #db4efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4efd

Related Colors


Comments

No comments written yet.

Please login to write comment.