Color Hex Logo

#df8bbf Color Hex

#DF8BBF
(223,139,191)
0 Favorites   0 Comments

Color spaces of #df8bbf

RGB 223139191
HSL0.900.570.71
HSV323°38°87°
CMYK 0.000.380.14   0.13
XYZ49.068037.914854.0223
Yxy37.91480.34800.2689
Hunter Lab61.575034.4872-8.9151
CIE-Lab67.957839.2167-13.5768

#df8bbf color RGB value is (223,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001011 10111111
Octal 337 213 277
Decimal 223 139 191
Hex DF 8B BF

RGB Percentages of Color #df8bbf

%40.33
%25.14
%34.54

CMYK Percentages of Color #df8bbf

%0
%38
%14
%13

Triadic Colors of #df8bbf

#df8bbf #bfdf8b #8bbfdf

Analogous Colors of #df8bbf

#df8bbf #df8b95 #d58bdf

Monochromatic Colors of #df8bbf

#df8bbf

Complementary Color

#df8bbf #8bdfab

#df8bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8bbf Color CSS Codes

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

#df8bbf Text Font Color

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

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


#df8bbf Background Color

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

This div background color is #df8bbf


#df8bbf Border Color

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

This div border color is #df8bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8bbf


Comments

No comments written yet.

Please login to write comment.