Color Hex Logo

#de5dab Color Hex

#DE5DAB
(222,93,171)
0 Favorites   0 Comments

Color spaces of #de5dab

RGB 22293171
HSL0.900.660.62
HSV324°58°87°
CMYK 0.000.580.23   0.13
XYZ41.389226.298641.4228
Yxy26.29860.37930.2410
Hunter Lab51.282254.3214-11.9936
CIE-Lab58.319458.6406-16.7814

#de5dab color RGB value is (222,93,171).

#de5dab hex color red value is 222, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de5dab hue: 0.90 , saturation: 0.66 and the lightness value of de5dab is 0.62.

The process color (four color CMYK) of #de5dab color hex is 0.00, 0.58, 0.23, 0.13. Web safe color of #de5dab is #cc6699. Color #de5dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011101 10101011
Octal 336 135 253
Decimal 222 93 171
Hex DE 5D AB

RGB Percentages of Color #de5dab

%45.68
%19.14
%35.19

CMYK Percentages of Color #de5dab

%0
%58
%23
%13

Triadic Colors of #de5dab

#de5dab #abde5d #5dabde

Analogous Colors of #de5dab

#de5dab #de5d6b #d15dde

Monochromatic Colors of #de5dab

#de5dab

Complementary Color

#de5dab #5dde90

#de5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5dab Color CSS Codes

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

#de5dab Text Font Color

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

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


#de5dab Background Color

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

This div background color is #de5dab


#de5dab Border Color

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

This div border color is #de5dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5dab


Comments

No comments written yet.

Please login to write comment.