Color Hex Logo

#df5aba Color Hex

#DF5ABA
(223,90,186)
0 Favorites   0 Comments

Color spaces of #df5aba

RGB 22390186
HSL0.880.680.61
HSV317°60°87°
CMYK 0.000.600.17   0.13
XYZ42.950526.545549.3144
Yxy26.54550.36150.2234
Hunter Lab51.522358.6387-20.6836
CIE-Lab58.551362.3479-25.0551

#df5aba color RGB value is (223,90,186).

#df5aba hex color red value is 223, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df5aba hue: 0.88 , saturation: 0.68 and the lightness value of df5aba is 0.61.

The process color (four color CMYK) of #df5aba color hex is 0.00, 0.60, 0.17, 0.13. Web safe color of #df5aba is #cc66cc. Color #df5aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 10111010
Octal 337 132 272
Decimal 223 90 186
Hex DF 5A BA

RGB Percentages of Color #df5aba

%44.69
%18.04
%37.27

CMYK Percentages of Color #df5aba

%0
%60
%17
%13

Triadic Colors of #df5aba

#df5aba #badf5a #5abadf

Analogous Colors of #df5aba

#df5aba #df5a78 #c25adf

Monochromatic Colors of #df5aba

#df5aba

Complementary Color

#df5aba #5adf7f

#df5aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5aba Color CSS Codes

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

#df5aba Text Font Color

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

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


#df5aba Background Color

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

This div background color is #df5aba


#df5aba Border Color

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

This div border color is #df5aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5aba


Comments

No comments written yet.

Please login to write comment.