Color Hex Logo

#de29db Color Hex

#DE29DB
(222,41,219)
0 Favorites   0 Comments

Color spaces of #de29db

RGB 22241219
HSL0.840.730.52
HSV301°82°87°
CMYK 0.000.820.01   0.13
XYZ43.703322.229969.0052
Yxy22.22990.32390.1647
Hunter Lab47.148682.9464-53.7710
CIE-Lab54.270183.0299-50.6371

#de29db color RGB value is (222,41,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 11011011
Octal 336 51 333
Decimal 222 41 219
Hex DE 29 DB

RGB Percentages of Color #de29db

%46.06
%8.51
%45.44

CMYK Percentages of Color #de29db

%0
%82
%1
%13

Triadic Colors of #de29db

#de29db #dbde29 #29dbde

Analogous Colors of #de29db

#de29db #de2981 #8729de

Monochromatic Colors of #de29db

#de29db

Complementary Color

#de29db #29de2c

#de29db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de29db Color Preview on White Background

Lorem ipsum dolor sit amet.

#de29db Color CSS Codes

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

#de29db Text Font Color

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

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


#de29db Background Color

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

This div background color is #de29db


#de29db Border Color

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

This div border color is #de29db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de29db


Comments

No comments written yet.

Please login to write comment.