Color Hex Logo

#df4994 Color Hex

#DF4994
(223,73,148)
0 Favorites   0 Comments

Color spaces of #df4994

RGB 22373148
HSL0.920.700.58
HSV330°67°87°
CMYK 0.000.670.34   0.13
XYZ38.159322.591230.3663
Yxy22.59120.41880.2479
Hunter Lab47.530260.1297-4.6083
CIE-Lab54.648764.3360-8.8612

#df4994 color RGB value is (223,73,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 10010100
Octal 337 111 224
Decimal 223 73 148
Hex DF 49 94

RGB Percentages of Color #df4994

%50.23
%16.44
%33.33

CMYK Percentages of Color #df4994

%0
%67
%34
%13

Triadic Colors of #df4994

#df4994 #94df49 #4994df

Analogous Colors of #df4994

#df4994 #df4949 #df49df

Monochromatic Colors of #df4994

#df4994

Complementary Color

#df4994 #49df94

#df4994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4994 Color CSS Codes

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

#df4994 Text Font Color

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

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


#df4994 Background Color

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

This div background color is #df4994


#df4994 Border Color

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

This div border color is #df4994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4994


Comments

No comments written yet.

Please login to write comment.