Color Hex Logo

#de29ab Color Hex

#DE29AB
(222,41,171)
0 Favorites   0 Comments

Color spaces of #de29ab

RGB 22241171
HSL0.880.730.52
HSV317°82°87°
CMYK 0.000.820.23   0.13
XYZ38.267820.055740.3823
Yxy20.05570.38770.2032
Hunter Lab44.783674.1578-22.1145
CIE-Lab51.900176.5327-26.6254

#de29ab color RGB value is (222,41,171).

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

The process color (four color CMYK) of #de29ab color hex is 0.00, 0.82, 0.23, 0.13. Web safe color of #de29ab is #cc3399. Color #de29ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 10101011
Octal 336 51 253
Decimal 222 41 171
Hex DE 29 AB

RGB Percentages of Color #de29ab

%51.15
%9.45
%39.40

CMYK Percentages of Color #de29ab

%0
%82
%23
%13

Triadic Colors of #de29ab

#de29ab #abde29 #29abde

Analogous Colors of #de29ab

#de29ab #de2951 #b729de

Monochromatic Colors of #de29ab

#de29ab

Complementary Color

#de29ab #29de5c

#de29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de29ab Color CSS Codes

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

#de29ab Text Font Color

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

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


#de29ab Background Color

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

This div background color is #de29ab


#de29ab Border Color

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

This div border color is #de29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de29ab


Comments

No comments written yet.

Please login to write comment.