Color Hex Logo

#db31ea Color Hex

#DB31EA
(219,49,234)
0 Favorites   0 Comments

Color spaces of #db31ea

RGB 21949234
HSL0.820.810.55
HSV295°79°92°
CMYK 0.060.790.00   0.08
XYZ45.163023.197279.9391
Yxy23.19720.30450.1564
Hunter Lab48.163583.0938-64.6919
CIE-Lab55.274982.9485-57.5371

#db31ea color RGB value is (219,49,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 11101010
Octal 333 61 352
Decimal 219 49 234
Hex DB 31 EA

RGB Percentages of Color #db31ea

%43.63
%9.76
%46.61

CMYK Percentages of Color #db31ea

%6
%79
%0
%8

Triadic Colors of #db31ea

#db31ea #eadb31 #31eadb

Analogous Colors of #db31ea

#db31ea #ea319d #7f31ea

Monochromatic Colors of #db31ea

#db31ea

Complementary Color

#db31ea #40ea31

#db31ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db31ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db31ea Color CSS Codes

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

#db31ea Text Font Color

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

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


#db31ea Background Color

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

This div background color is #db31ea


#db31ea Border Color

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

This div border color is #db31ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db31ea


Comments

No comments written yet.

Please login to write comment.