Color Hex Logo

#de31db Color Hex

#DE31DB
(222,49,219)
0 Favorites   0 Comments

Color spaces of #de31db

RGB 22249219
HSL0.840.720.53
HSV301°78°87°
CMYK 0.000.780.01   0.13
XYZ44.008722.840769.1070
Yxy22.84070.32370.1680
Hunter Lab47.791980.7339-52.2788
CIE-Lab54.907981.1777-49.6219

#de31db color RGB value is (222,49,219).

#de31db hex color red value is 222, green value is 49 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #de31db hue: 0.84 , saturation: 0.72 and the lightness value of de31db is 0.53.

The process color (four color CMYK) of #de31db color hex is 0.00, 0.78, 0.01, 0.13. Web safe color of #de31db is #cc33cc. Color #de31db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 11011011
Octal 336 61 333
Decimal 222 49 219
Hex DE 31 DB

RGB Percentages of Color #de31db

%45.31
%10.00
%44.69

CMYK Percentages of Color #de31db

%0
%78
%1
%13

Triadic Colors of #de31db

#de31db #dbde31 #31dbde

Analogous Colors of #de31db

#de31db #de3185 #8b31de

Monochromatic Colors of #de31db

#de31db

Complementary Color

#de31db #31de34

#de31db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de31db Color Preview on White Background

Lorem ipsum dolor sit amet.

#de31db Color CSS Codes

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

#de31db Text Font Color

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

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


#de31db Background Color

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

This div background color is #de31db


#de31db Border Color

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

This div border color is #de31db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de31db


Comments

No comments written yet.

Please login to write comment.