Color Hex Logo

#df5dbf Color Hex

#DF5DBF
(223,93,191)
0 Favorites   0 Comments

Color spaces of #df5dbf

RGB 22393191
HSL0.870.670.62
HSV315°58°87°
CMYK 0.000.580.14   0.13
XYZ43.749727.278352.2496
Yxy27.27830.35490.2213
Hunter Lab52.228658.1217-22.7538
CIE-Lab59.231061.7830-26.8718

#df5dbf color RGB value is (223,93,191).

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

The process color (four color CMYK) of #df5dbf color hex is 0.00, 0.58, 0.14, 0.13. Web safe color of #df5dbf is #cc66cc. Color #df5dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011101 10111111
Octal 337 135 277
Decimal 223 93 191
Hex DF 5D BF

RGB Percentages of Color #df5dbf

%43.98
%18.34
%37.67

CMYK Percentages of Color #df5dbf

%0
%58
%14
%13

Triadic Colors of #df5dbf

#df5dbf #bfdf5d #5dbfdf

Analogous Colors of #df5dbf

#df5dbf #df5d7e #be5ddf

Monochromatic Colors of #df5dbf

#df5dbf

Complementary Color

#df5dbf #5ddf7d

#df5dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5dbf Color CSS Codes

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

#df5dbf Text Font Color

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

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


#df5dbf Background Color

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

This div background color is #df5dbf


#df5dbf Border Color

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

This div border color is #df5dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5dbf


Comments

No comments written yet.

Please login to write comment.