Color Hex Logo

#df248e Color Hex

#DF248E
(223,36,142)
0 Favorites   0 Comments

Color spaces of #df248e

RGB 22336142
HSL0.910.750.51
HSV326°84°87°
CMYK 0.000.840.36   0.13
XYZ35.944818.902727.3453
Yxy18.90270.43730.2300
Hunter Lab43.477271.4897-6.8568
CIE-Lab50.573274.6251-11.4026

#df248e color RGB value is (223,36,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100100 10001110
Octal 337 44 216
Decimal 223 36 142
Hex DF 24 8E

RGB Percentages of Color #df248e

%55.61
%8.98
%35.41

CMYK Percentages of Color #df248e

%0
%84
%36
%13

Triadic Colors of #df248e

#df248e #8edf24 #248edf

Analogous Colors of #df248e

#df248e #df2431 #d324df

Monochromatic Colors of #df248e

#df248e

Complementary Color

#df248e #24df75

#df248e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df248e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df248e Color CSS Codes

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

#df248e Text Font Color

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

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


#df248e Background Color

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

This div background color is #df248e


#df248e Border Color

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

This div border color is #df248e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df248e


Comments

No comments written yet.

Please login to write comment.