Color Hex Logo

#de6aad Color Hex

#DE6AAD
(222,106,173)
0 Favorites   0 Comments

Color spaces of #de6aad

RGB 222106173
HSL0.900.640.64
HSV325°52°87°
CMYK 0.000.520.22   0.13
XYZ42.821128.854842.8478
Yxy28.85480.37390.2520
Hunter Lab53.716748.2900-9.6918
CIE-Lab60.653352.9018-14.4005

#de6aad color RGB value is (222,106,173).

#de6aad hex color red value is 222, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de6aad hue: 0.90 , saturation: 0.64 and the lightness value of de6aad is 0.64.

The process color (four color CMYK) of #de6aad color hex is 0.00, 0.52, 0.22, 0.13. Web safe color of #de6aad is #cc6699. Color #de6aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101010 10101101
Octal 336 152 255
Decimal 222 106 173
Hex DE 6A AD

RGB Percentages of Color #de6aad

%44.31
%21.16
%34.53

CMYK Percentages of Color #de6aad

%0
%52
%22
%13

Triadic Colors of #de6aad

#de6aad #adde6a #6aadde

Analogous Colors of #de6aad

#de6aad #de6a73 #d56ade

Monochromatic Colors of #de6aad

#de6aad

Complementary Color

#de6aad #6ade9b

#de6aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6aad Color CSS Codes

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

#de6aad Text Font Color

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

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


#de6aad Background Color

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

This div background color is #de6aad


#de6aad Border Color

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

This div border color is #de6aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6aad


Comments

No comments written yet.

Please login to write comment.