Color Hex Logo

#df8cbe Color Hex

#DF8CBE
(223,140,190)
0 Favorites   0 Comments

Color spaces of #df8cbe

RGB 223140190
HSL0.900.560.71
HSV324°37°87°
CMYK 0.000.370.15   0.13
XYZ49.103838.161853.4931
Yxy38.16180.34890.2711
Hunter Lab61.775233.7791-8.0984
CIE-Lab68.139738.5301-12.7445

#df8cbe color RGB value is (223,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 10111110
Octal 337 214 276
Decimal 223 140 190
Hex DF 8C BE

RGB Percentages of Color #df8cbe

%40.33
%25.32
%34.36

CMYK Percentages of Color #df8cbe

%0
%37
%15
%13

Triadic Colors of #df8cbe

#df8cbe #bedf8c #8cbedf

Analogous Colors of #df8cbe

#df8cbe #df8c95 #d78cdf

Monochromatic Colors of #df8cbe

#df8cbe

Complementary Color

#df8cbe #8cdfad

#df8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8cbe Color CSS Codes

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

#df8cbe Text Font Color

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

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


#df8cbe Background Color

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

This div background color is #df8cbe


#df8cbe Border Color

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

This div border color is #df8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8cbe


Comments

No comments written yet.

Please login to write comment.