Color Hex Logo

#df488e Color Hex

#DF488E
(223,72,142)
0 Favorites   0 Comments

Color spaces of #df488e

RGB 22372142
HSL0.920.700.58
HSV332°68°87°
CMYK 0.000.680.36   0.13
XYZ37.631322.275727.9074
Yxy22.27570.42850.2537
Hunter Lab47.197159.7269-2.0198
CIE-Lab54.318364.0511-5.8042

#df488e color RGB value is (223,72,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 10001110
Octal 337 110 216
Decimal 223 72 142
Hex DF 48 8E

RGB Percentages of Color #df488e

%51.03
%16.48
%32.49

CMYK Percentages of Color #df488e

%0
%68
%36
%13

Triadic Colors of #df488e

#df488e #8edf48 #488edf

Analogous Colors of #df488e

#df488e #df4e48 #df48da

Monochromatic Colors of #df488e

#df488e

Complementary Color

#df488e #48df99

#df488e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df488e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df488e Color CSS Codes

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

#df488e Text Font Color

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

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


#df488e Background Color

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

This div background color is #df488e


#df488e Border Color

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

This div border color is #df488e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,72,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 #df488e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df488e


Comments

No comments written yet.

Please login to write comment.