Color Hex Logo

#df2499 Color Hex

#DF2499
(223,36,153)
0 Favorites   0 Comments

Color spaces of #df2499

RGB 22336153
HSL0.900.750.51
HSV322°84°87°
CMYK 0.000.840.31   0.13
XYZ36.812119.249631.9123
Yxy19.24960.41840.2188
Hunter Lab43.874472.9875-12.4129
CIE-Lab50.978075.7654-17.3711

#df2499 color RGB value is (223,36,153).

#df2499 hex color red value is 223, green value is 36 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #df2499 hue: 0.90 , saturation: 0.75 and the lightness value of df2499 is 0.51.

The process color (four color CMYK) of #df2499 color hex is 0.00, 0.84, 0.31, 0.13. Web safe color of #df2499 is #cc3399. Color #df2499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100100 10011001
Octal 337 44 231
Decimal 223 36 153
Hex DF 24 99

RGB Percentages of Color #df2499

%54.13
%8.74
%37.14

CMYK Percentages of Color #df2499

%0
%84
%31
%13

Triadic Colors of #df2499

#df2499 #99df24 #2499df

Analogous Colors of #df2499

#df2499 #df243b #c824df

Monochromatic Colors of #df2499

#df2499

Complementary Color

#df2499 #24df6a

#df2499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2499 Color CSS Codes

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

#df2499 Text Font Color

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

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


#df2499 Background Color

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

This div background color is #df2499


#df2499 Border Color

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

This div border color is #df2499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2499


Comments

No comments written yet.

Please login to write comment.