Color Hex Logo

#df8bbb Color Hex

#DF8BBB
(223,139,187)
0 Favorites   0 Comments

Color spaces of #df8bbb

RGB 223139187
HSL0.900.570.71
HSV326°38°87°
CMYK 0.000.380.16   0.13
XYZ48.633737.741151.7352
Yxy37.74110.35210.2733
Hunter Lab61.433833.7994-6.9262
CIE-Lab67.829438.5833-11.5316

#df8bbb color RGB value is (223,139,187).

#df8bbb hex color red value is 223, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df8bbb hue: 0.90 , saturation: 0.57 and the lightness value of df8bbb is 0.71.

The process color (four color CMYK) of #df8bbb color hex is 0.00, 0.38, 0.16, 0.13. Web safe color of #df8bbb is #cc99cc. Color #df8bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001011 10111011
Octal 337 213 273
Decimal 223 139 187
Hex DF 8B BB

RGB Percentages of Color #df8bbb

%40.62
%25.32
%34.06

CMYK Percentages of Color #df8bbb

%0
%38
%16
%13

Triadic Colors of #df8bbb

#df8bbb #bbdf8b #8bbbdf

Analogous Colors of #df8bbb

#df8bbb #df8b91 #d98bdf

Monochromatic Colors of #df8bbb

#df8bbb

Complementary Color

#df8bbb #8bdfaf

#df8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8bbb Color CSS Codes

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

#df8bbb Text Font Color

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

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


#df8bbb Background Color

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

This div background color is #df8bbb


#df8bbb Border Color

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

This div border color is #df8bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8bbb


Comments

No comments written yet.

Please login to write comment.