Color Hex Logo

#db52ec Color Hex

#DB52EC
(219,82,236)
0 Favorites   0 Comments

Color spaces of #db52ec

RGB 21982236
HSL0.810.800.62
HSV293°65°93°
CMYK 0.070.650.00   0.07
XYZ47.371027.150882.1008
Yxy27.15080.30250.1734
Hunter Lab52.106471.0917-56.9450
CIE-Lab59.113672.6596-52.5305

#db52ec color RGB value is (219,82,236).

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

The process color (four color CMYK) of #db52ec color hex is 0.07, 0.65, 0.00, 0.07. Web safe color of #db52ec is #cc66ff. Color #db52ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 11101100
Octal 333 122 354
Decimal 219 82 236
Hex DB 52 EC

RGB Percentages of Color #db52ec

%40.78
%15.27
%43.95

CMYK Percentages of Color #db52ec

%7
%65
%0
%7

Triadic Colors of #db52ec

#db52ec #ecdb52 #52ecdb

Analogous Colors of #db52ec

#db52ec #ec52b0 #8e52ec

Monochromatic Colors of #db52ec

#db52ec

Complementary Color

#db52ec #63ec52

#db52ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52ec Color CSS Codes

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

#db52ec Text Font Color

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

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


#db52ec Background Color

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

This div background color is #db52ec


#db52ec Border Color

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

This div border color is #db52ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52ec


Comments

No comments written yet.

Please login to write comment.