Color Hex Logo

#de497d Color Hex

#DE497D
(222,73,125)
0 Favorites   0 Comments

Color spaces of #de497d

RGB 22273125
HSL0.940.690.58
HSV339°67°87°
CMYK 0.000.670.44   0.13
XYZ36.208421.775421.6967
Yxy21.77540.45440.2733
Hunter Lab46.664156.84255.0977
CIE-Lab53.787961.65033.5065

#de497d color RGB value is (222,73,125).

#de497d hex color red value is 222, green value is 73 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #de497d hue: 0.94 , saturation: 0.69 and the lightness value of de497d is 0.58.

The process color (four color CMYK) of #de497d color hex is 0.00, 0.67, 0.44, 0.13. Web safe color of #de497d is #cc3366. Color #de497d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 01111101
Octal 336 111 175
Decimal 222 73 125
Hex DE 49 7D

RGB Percentages of Color #de497d

%52.86
%17.38
%29.76

CMYK Percentages of Color #de497d

%0
%67
%44
%13

Triadic Colors of #de497d

#de497d #7dde49 #497dde

Analogous Colors of #de497d

#de497d #de6049 #de49c8

Monochromatic Colors of #de497d

#de497d

Complementary Color

#de497d #49deaa

#de497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de497d Color CSS Codes

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

#de497d Text Font Color

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

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


#de497d Background Color

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

This div background color is #de497d


#de497d Border Color

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

This div border color is #de497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de497d


Comments

No comments written yet.

Please login to write comment.