Color Hex Logo

#df498d Color Hex

#DF498D
(223,73,141)
0 Favorites   0 Comments

Color spaces of #df498d

RGB 22373141
HSL0.920.700.58
HSV333°67°87°
CMYK 0.000.670.37   0.13
XYZ37.621722.376127.5354
Yxy22.37610.42980.2556
Hunter Lab47.303459.1851-1.4005
CIE-Lab54.423863.5652-5.0554

#df498d color RGB value is (223,73,141).

#df498d hex color red value is 223, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #df498d hue: 0.92 , saturation: 0.70 and the lightness value of df498d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 10001101
Octal 337 111 215
Decimal 223 73 141
Hex DF 49 8D

RGB Percentages of Color #df498d

%51.03
%16.70
%32.27

CMYK Percentages of Color #df498d

%0
%67
%37
%13

Triadic Colors of #df498d

#df498d #8ddf49 #498ddf

Analogous Colors of #df498d

#df498d #df5049 #df49d8

Monochromatic Colors of #df498d

#df498d

Complementary Color

#df498d #49df9b

#df498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df498d Color CSS Codes

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

#df498d Text Font Color

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

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


#df498d Background Color

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

This div background color is #df498d


#df498d Border Color

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

This div border color is #df498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df498d


Comments

No comments written yet.

Please login to write comment.