Color Hex Logo

#db52ef Color Hex

#DB52EF
(219,82,239)
0 Favorites   0 Comments

Color spaces of #db52ef

RGB 21982239
HSL0.810.830.63
HSV292°66°94°
CMYK 0.080.660.00   0.06
XYZ47.810727.326784.4160
Yxy27.32670.29970.1713
Hunter Lab52.274971.7751-59.1518
CIE-Lab59.275573.1847-53.9467

#db52ef color RGB value is (219,82,239).

#db52ef hex color red value is 219, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #db52ef hue: 0.81 , saturation: 0.83 and the lightness value of db52ef is 0.63.

The process color (four color CMYK) of #db52ef color hex is 0.08, 0.66, 0.00, 0.06. Web safe color of #db52ef is #cc66ff. Color #db52ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 11101111
Octal 333 122 357
Decimal 219 82 239
Hex DB 52 EF

RGB Percentages of Color #db52ef

%40.56
%15.19
%44.26

CMYK Percentages of Color #db52ef

%8
%66
%0
%6

Triadic Colors of #db52ef

#db52ef #efdb52 #52efdb

Analogous Colors of #db52ef

#db52ef #ef52b5 #8d52ef

Monochromatic Colors of #db52ef

#db52ef

Complementary Color

#db52ef #66ef52

#db52ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52ef Color CSS Codes

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

#db52ef Text Font Color

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

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


#db52ef Background Color

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

This div background color is #db52ef


#db52ef Border Color

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

This div border color is #db52ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52ef


Comments

No comments written yet.

Please login to write comment.