Color Hex Logo

#df5abd Color Hex

#DF5ABD
(223,90,189)
0 Favorites   0 Comments

Color spaces of #df5abd

RGB 22390189
HSL0.880.680.61
HSV315°60°87°
CMYK 0.000.600.15   0.13
XYZ43.272926.674451.0121
Yxy26.67440.35770.2205
Hunter Lab51.647359.1743-22.4078
CIE-Lab58.671762.7863-26.5901

#df5abd color RGB value is (223,90,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 10111101
Octal 337 132 275
Decimal 223 90 189
Hex DF 5A BD

RGB Percentages of Color #df5abd

%44.42
%17.93
%37.65

CMYK Percentages of Color #df5abd

%0
%60
%15
%13

Triadic Colors of #df5abd

#df5abd #bddf5a #5abddf

Analogous Colors of #df5abd

#df5abd #df5a7b #bf5adf

Monochromatic Colors of #df5abd

#df5abd

Complementary Color

#df5abd #5adf7c

#df5abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5abd Color CSS Codes

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

#df5abd Text Font Color

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

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


#df5abd Background Color

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

This div background color is #df5abd


#df5abd Border Color

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

This div border color is #df5abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5abd


Comments

No comments written yet.

Please login to write comment.