Color Hex Logo

#df8cbd Color Hex

#DF8CBD
(223,140,189)
0 Favorites   0 Comments

Color spaces of #df8cbd

RGB 223140189
HSL0.900.560.71
HSV325°37°87°
CMYK 0.000.370.15   0.13
XYZ48.994838.118352.9194
Yxy38.11830.34990.2722
Hunter Lab61.740033.6066-7.6014
CIE-Lab68.107738.3709-12.2334

#df8cbd color RGB value is (223,140,189).

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

The process color (four color CMYK) of #df8cbd color hex is 0.00, 0.37, 0.15, 0.13. Web safe color of #df8cbd is #cc99cc. Color #df8cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 10111101
Octal 337 214 275
Decimal 223 140 189
Hex DF 8C BD

RGB Percentages of Color #df8cbd

%40.40
%25.36
%34.24

CMYK Percentages of Color #df8cbd

%0
%37
%15
%13

Triadic Colors of #df8cbd

#df8cbd #bddf8c #8cbddf

Analogous Colors of #df8cbd

#df8cbd #df8c94 #d88cdf

Monochromatic Colors of #df8cbd

#df8cbd

Complementary Color

#df8cbd #8cdfae

#df8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8cbd Color CSS Codes

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

#df8cbd Text Font Color

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

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


#df8cbd Background Color

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

This div background color is #df8cbd


#df8cbd Border Color

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

This div border color is #df8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8cbd


Comments

No comments written yet.

Please login to write comment.