Color Hex Logo

#de6f9f Color Hex

#DE6F9F
(222,111,159)
0 Favorites   0 Comments

Color spaces of #de6f9f

RGB 222111159
HSL0.930.630.65
HSV334°50°87°
CMYK 0.000.500.28   0.13
XYZ42.066629.401736.2588
Yxy29.40170.39050.2729
Hunter Lab54.223343.5899-1.6905
CIE-Lab61.134548.5628-5.6364

#de6f9f color RGB value is (222,111,159).

#de6f9f hex color red value is 222, green value is 111 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de6f9f hue: 0.93 , saturation: 0.63 and the lightness value of de6f9f is 0.65.

The process color (four color CMYK) of #de6f9f color hex is 0.00, 0.50, 0.28, 0.13. Web safe color of #de6f9f is #cc6699. Color #de6f9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101111 10011111
Octal 336 157 237
Decimal 222 111 159
Hex DE 6F 9F

RGB Percentages of Color #de6f9f

%45.12
%22.56
%32.32

CMYK Percentages of Color #de6f9f

%0
%50
%28
%13

Triadic Colors of #de6f9f

#de6f9f #9fde6f #6f9fde

Analogous Colors of #de6f9f

#de6f9f #de776f #de6fd7

Monochromatic Colors of #de6f9f

#de6f9f

Complementary Color

#de6f9f #6fdeae

#de6f9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6f9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6f9f Color CSS Codes

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

#de6f9f Text Font Color

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

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


#de6f9f Background Color

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

This div background color is #de6f9f


#de6f9f Border Color

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

This div border color is #de6f9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6f9f


Comments

No comments written yet.

Please login to write comment.