Color Hex Logo

#de69af Color Hex

#DE69AF
(222,105,175)
0 Favorites   0 Comments

Color spaces of #de69af

RGB 222105175
HSL0.900.640.64
HSV324°53°87°
CMYK 0.000.530.21   0.13
XYZ42.913628.727943.8407
Yxy28.72790.37160.2488
Hunter Lab53.598449.1189-10.9772
CIE-Lab60.540753.6627-15.7180

#de69af color RGB value is (222,105,175).

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

The process color (four color CMYK) of #de69af color hex is 0.00, 0.53, 0.21, 0.13. Web safe color of #de69af is #cc6699. Color #de69af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101001 10101111
Octal 336 151 257
Decimal 222 105 175
Hex DE 69 AF

RGB Percentages of Color #de69af

%44.22
%20.92
%34.86

CMYK Percentages of Color #de69af

%0
%53
%21
%13

Triadic Colors of #de69af

#de69af #afde69 #69afde

Analogous Colors of #de69af

#de69af #de6975 #d369de

Monochromatic Colors of #de69af

#de69af

Complementary Color

#de69af #69de98

#de69af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de69af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de69af Color CSS Codes

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

#de69af Text Font Color

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

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


#de69af Background Color

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

This div background color is #de69af


#de69af Border Color

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

This div border color is #de69af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de69af


Comments

No comments written yet.

Please login to write comment.