Color Hex Logo

#df5fba Color Hex

#DF5FBA
(223,95,186)
0 Favorites   0 Comments

Color spaces of #df5fba

RGB 22395186
HSL0.880.670.62
HSV317°57°87°
CMYK 0.000.570.17   0.13
XYZ43.386627.417649.4598
Yxy27.41760.36080.2280
Hunter Lab52.361856.2705-19.3507
CIE-Lab59.358960.1610-23.8134

#df5fba color RGB value is (223,95,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011111 10111010
Octal 337 137 272
Decimal 223 95 186
Hex DF 5F BA

RGB Percentages of Color #df5fba

%44.25
%18.85
%36.90

CMYK Percentages of Color #df5fba

%0
%57
%17
%13

Triadic Colors of #df5fba

#df5fba #badf5f #5fbadf

Analogous Colors of #df5fba

#df5fba #df5f7a #c45fdf

Monochromatic Colors of #df5fba

#df5fba

Complementary Color

#df5fba #5fdf84

#df5fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5fba Color CSS Codes

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

#df5fba Text Font Color

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

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


#df5fba Background Color

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

This div background color is #df5fba


#df5fba Border Color

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

This div border color is #df5fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5fba


Comments

No comments written yet.

Please login to write comment.