Color Hex Logo

#df859d Color Hex

#DF859D
(223,133,157)
0 Favorites   0 Comments

Color spaces of #df859d

RGB 223133157
HSL0.960.580.70
HSV344°40°87°
CMYK 0.000.400.30   0.13
XYZ44.904834.897436.2674
Yxy34.89740.38690.3007
Hunter Lab59.074032.30634.9518
CIE-Lab65.668737.40262.1702

#df859d color RGB value is (223,133,157).

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

The process color (four color CMYK) of #df859d color hex is 0.00, 0.40, 0.30, 0.13. Web safe color of #df859d is #cc9999. Color #df859d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 10011101
Octal 337 205 235
Decimal 223 133 157
Hex DF 85 9D

RGB Percentages of Color #df859d

%43.47
%25.93
%30.60

CMYK Percentages of Color #df859d

%0
%40
%30
%13

Triadic Colors of #df859d

#df859d #9ddf85 #859ddf

Analogous Colors of #df859d

#df859d #df9a85 #df85ca

Monochromatic Colors of #df859d

#df859d

Complementary Color

#df859d #85dfc7

#df859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df859d Color CSS Codes

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

#df859d Text Font Color

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

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


#df859d Background Color

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

This div background color is #df859d


#df859d Border Color

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

This div border color is #df859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df859d


Comments

No comments written yet.

Please login to write comment.