Color Hex Logo

#db29ea Color Hex

#DB29EA
(219,41,234)
0 Favorites   0 Comments

Color spaces of #db29ea

RGB 21941234
HSL0.820.820.54
HSV295°82°92°
CMYK 0.060.820.00   0.08
XYZ44.857622.586579.8373
Yxy22.58650.30460.1534
Hunter Lab47.525385.3114-66.3331
CIE-Lab54.643884.7871-58.5485

#db29ea color RGB value is (219,41,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 11101010
Octal 333 51 352
Decimal 219 41 234
Hex DB 29 EA

RGB Percentages of Color #db29ea

%44.33
%8.30
%47.37

CMYK Percentages of Color #db29ea

%6
%82
%0
%8

Triadic Colors of #db29ea

#db29ea #eadb29 #29eadb

Analogous Colors of #db29ea

#db29ea #ea2999 #7b29ea

Monochromatic Colors of #db29ea

#db29ea

Complementary Color

#db29ea #38ea29

#db29ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db29ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db29ea Color CSS Codes

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

#db29ea Text Font Color

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

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


#db29ea Background Color

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

This div background color is #db29ea


#db29ea Border Color

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

This div border color is #db29ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db29ea


Comments

No comments written yet.

Please login to write comment.