Color Hex Logo

#df869b Color Hex

#DF869B
(223,134,155)
0 Favorites   0 Comments

Color spaces of #df869b

RGB 223134155
HSL0.960.580.70
HSV346°40°87°
CMYK 0.000.400.30   0.13
XYZ44.872935.104735.4212
Yxy35.10470.38890.3042
Hunter Lab59.249231.50246.0289
CIE-Lab65.830136.61473.5352

#df869b color RGB value is (223,134,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 10011011
Octal 337 206 233
Decimal 223 134 155
Hex DF 86 9B

RGB Percentages of Color #df869b

%43.55
%26.17
%30.27

CMYK Percentages of Color #df869b

%0
%40
%30
%13

Triadic Colors of #df869b

#df869b #9bdf86 #869bdf

Analogous Colors of #df869b

#df869b #df9e86 #df86c8

Monochromatic Colors of #df869b

#df869b

Complementary Color

#df869b #86dfca

#df869b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df869b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df869b Color CSS Codes

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

#df869b Text Font Color

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

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


#df869b Background Color

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

This div background color is #df869b


#df869b Border Color

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

This div border color is #df869b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df869b


Comments

No comments written yet.

Please login to write comment.