Color Hex Logo

#db3aea Color Hex

#DB3AEA
(219,58,234)
0 Favorites   0 Comments

Color spaces of #db3aea

RGB 21958234
HSL0.820.810.57
HSV295°75°92°
CMYK 0.060.750.00   0.08
XYZ45.577824.026780.0773
Yxy24.02670.30450.1605
Hunter Lab49.017080.1959-62.5479
CIE-Lab56.114580.5203-56.1934

#db3aea color RGB value is (219,58,234).

#db3aea hex color red value is 219, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #db3aea hue: 0.82 , saturation: 0.81 and the lightness value of db3aea is 0.57.

The process color (four color CMYK) of #db3aea color hex is 0.06, 0.75, 0.00, 0.08. Web safe color of #db3aea is #cc33ff. Color #db3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111010 11101010
Octal 333 72 352
Decimal 219 58 234
Hex DB 3A EA

RGB Percentages of Color #db3aea

%42.86
%11.35
%45.79

CMYK Percentages of Color #db3aea

%6
%75
%0
%8

Triadic Colors of #db3aea

#db3aea #eadb3a #3aeadb

Analogous Colors of #db3aea

#db3aea #ea3aa1 #833aea

Monochromatic Colors of #db3aea

#db3aea

Complementary Color

#db3aea #49ea3a

#db3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3aea Color CSS Codes

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

#db3aea Text Font Color

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

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


#db3aea Background Color

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

This div background color is #db3aea


#db3aea Border Color

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

This div border color is #db3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3aea


Comments

No comments written yet.

Please login to write comment.