Color Hex Logo

#de11af Color Hex

#DE11AF
(222,17,175)
0 Favorites   0 Comments

Color spaces of #de11af

RGB 22217175
HSL0.870.860.47
HSV314°92°87°
CMYK 0.000.920.21   0.13
XYZ38.062519.025642.2236
Yxy19.02560.38330.1916
Hunter Lab43.618379.4316-26.8613
CIE-Lab50.717180.9704-30.8166

#de11af color RGB value is (222,17,175).

#de11af hex color red value is 222, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #de11af hue: 0.87 , saturation: 0.86 and the lightness value of de11af is 0.47.

The process color (four color CMYK) of #de11af color hex is 0.00, 0.92, 0.21, 0.13. Web safe color of #de11af is #cc0099. Color #de11af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 10101111
Octal 336 21 257
Decimal 222 17 175
Hex DE 11 AF

RGB Percentages of Color #de11af

%53.62
%4.11
%42.27

CMYK Percentages of Color #de11af

%0
%92
%21
%13

Triadic Colors of #de11af

#de11af #afde11 #11afde

Analogous Colors of #de11af

#de11af #de1148 #a711de

Monochromatic Colors of #de11af

#de11af

Complementary Color

#de11af #11de40

#de11af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de11af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de11af Color CSS Codes

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

#de11af Text Font Color

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

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


#de11af Background Color

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

This div background color is #de11af


#de11af Border Color

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

This div border color is #de11af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de11af


Comments

No comments written yet.

Please login to write comment.