Color Hex Logo

#df489b Color Hex

#DF489B
(223,72,155)
0 Favorites   0 Comments

Color spaces of #df489b

RGB 22372155
HSL0.910.700.58
HSV327°68°87°
CMYK 0.000.680.30   0.13
XYZ38.665222.689333.3519
Yxy22.68930.40830.2396
Hunter Lab47.633361.5349-8.1704
CIE-Lab54.750965.5187-12.8345

#df489b color RGB value is (223,72,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 10011011
Octal 337 110 233
Decimal 223 72 155
Hex DF 48 9B

RGB Percentages of Color #df489b

%49.56
%16.00
%34.44

CMYK Percentages of Color #df489b

%0
%68
%30
%13

Triadic Colors of #df489b

#df489b #9bdf48 #489bdf

Analogous Colors of #df489b

#df489b #df484f #d848df

Monochromatic Colors of #df489b

#df489b

Complementary Color

#df489b #48df8c

#df489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df489b Color CSS Codes

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

#df489b Text Font Color

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

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


#df489b Background Color

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

This div background color is #df489b


#df489b Border Color

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

This div border color is #df489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df489b


Comments

No comments written yet.

Please login to write comment.