Color Hex Logo

#de4aab Color Hex

#DE4AAB
(222,74,171)
0 Favorites   0 Comments

Color spaces of #de4aab

RGB 22274171
HSL0.890.690.58
HSV321°67°87°
CMYK 0.000.670.23   0.13
XYZ39.923723.367440.9342
Yxy23.36740.38310.2242
Hunter Lab48.339862.8278-16.3689
CIE-Lab55.448866.4871-21.1587

#de4aab color RGB value is (222,74,171).

#de4aab hex color red value is 222, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de4aab hue: 0.89 , saturation: 0.69 and the lightness value of de4aab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001010 10101011
Octal 336 112 253
Decimal 222 74 171
Hex DE 4A AB

RGB Percentages of Color #de4aab

%47.54
%15.85
%36.62

CMYK Percentages of Color #de4aab

%0
%67
%23
%13

Triadic Colors of #de4aab

#de4aab #abde4a #4aabde

Analogous Colors of #de4aab

#de4aab #de4a61 #c74ade

Monochromatic Colors of #de4aab

#de4aab

Complementary Color

#de4aab #4ade7d

#de4aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de4aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de4aab Color CSS Codes

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

#de4aab Text Font Color

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

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


#de4aab Background Color

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

This div background color is #de4aab


#de4aab Border Color

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

This div border color is #de4aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de4aab


Comments

No comments written yet.

Please login to write comment.