Color Hex Logo

#de79af Color Hex

#DE79AF
(222,121,175)
0 Favorites   0 Comments

Color spaces of #de79af

RGB 222121175
HSL0.910.600.67
HSV328°45°87°
CMYK 0.000.450.21   0.13
XYZ44.699432.299544.4359
Yxy32.29950.36810.2660
Hunter Lab56.832640.9348-6.5744
CIE-Lab63.589645.7694-11.1266

#de79af color RGB value is (222,121,175).

#de79af hex color red value is 222, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #de79af hue: 0.91 , saturation: 0.60 and the lightness value of de79af is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111001 10101111
Octal 336 171 257
Decimal 222 121 175
Hex DE 79 AF

RGB Percentages of Color #de79af

%42.86
%23.36
%33.78

CMYK Percentages of Color #de79af

%0
%45
%21
%13

Triadic Colors of #de79af

#de79af #afde79 #79afde

Analogous Colors of #de79af

#de79af #de797d #db79de

Monochromatic Colors of #de79af

#de79af

Complementary Color

#de79af #79dea8

#de79af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de79af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de79af Color CSS Codes

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

#de79af Text Font Color

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

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


#de79af Background Color

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

This div background color is #de79af


#de79af Border Color

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

This div border color is #de79af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de79af


Comments

No comments written yet.

Please login to write comment.