Color Hex Logo

#de498b Color Hex

#DE498B
(222,73,139)
0 Favorites   0 Comments

Color spaces of #de498b

RGB 22273139
HSL0.930.690.58
HSV333°67°87°
CMYK 0.000.670.37   0.13
XYZ37.166922.158826.7443
Yxy22.15880.43180.2575
Hunter Lab47.073158.5579-0.7340
CIE-Lab54.195163.0657-4.2267

#de498b color RGB value is (222,73,139).

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

The process color (four color CMYK) of #de498b color hex is 0.00, 0.67, 0.37, 0.13. Web safe color of #de498b is #cc3399. Color #de498b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 10001011
Octal 336 111 213
Decimal 222 73 139
Hex DE 49 8B

RGB Percentages of Color #de498b

%51.15
%16.82
%32.03

CMYK Percentages of Color #de498b

%0
%67
%37
%13

Triadic Colors of #de498b

#de498b #8bde49 #498bde

Analogous Colors of #de498b

#de498b #de5249 #de49d6

Monochromatic Colors of #de498b

#de498b

Complementary Color

#de498b #49de9c

#de498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de498b Color CSS Codes

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

#de498b Text Font Color

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

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


#de498b Background Color

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

This div background color is #de498b


#de498b Border Color

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

This div border color is #de498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de498b


Comments

No comments written yet.

Please login to write comment.