Color Hex Logo

#de449f Color Hex

#DE449F
(222,68,159)
0 Favorites   0 Comments

Color spaces of #de449f

RGB 22268159
HSL0.900.700.57
HSV325°69°87°
CMYK 0.000.690.28   0.13
XYZ38.449322.167035.0531
Yxy22.16700.40190.2317
Hunter Lab47.081863.3785-11.1850
CIE-Lab54.203767.1861-16.0321

#de449f color RGB value is (222,68,159).

#de449f hex color red value is 222, green value is 68 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #de449f hue: 0.90 , saturation: 0.70 and the lightness value of de449f is 0.57.

The process color (four color CMYK) of #de449f color hex is 0.00, 0.69, 0.28, 0.13. Web safe color of #de449f is #cc3399. Color #de449f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000100 10011111
Octal 336 104 237
Decimal 222 68 159
Hex DE 44 9F

RGB Percentages of Color #de449f

%49.44
%15.14
%35.41

CMYK Percentages of Color #de449f

%0
%69
%28
%13

Triadic Colors of #de449f

#de449f #9fde44 #449fde

Analogous Colors of #de449f

#de449f #de4452 #d044de

Monochromatic Colors of #de449f

#de449f

Complementary Color

#de449f #44de83

#de449f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de449f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de449f Color CSS Codes

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

#de449f Text Font Color

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

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


#de449f Background Color

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

This div background color is #de449f


#de449f Border Color

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

This div border color is #de449f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de449f


Comments

No comments written yet.

Please login to write comment.