Color Hex Logo

#df8cbc Color Hex

#DF8CBC
(223,140,188)
0 Favorites   0 Comments

Color spaces of #df8cbc

RGB 223140188
HSL0.900.560.71
HSV325°37°87°
CMYK 0.000.370.16   0.13
XYZ48.886638.075052.3496
Yxy38.07500.35090.2733
Hunter Lab61.704933.4355-7.1073
CIE-Lab68.075938.2129-11.7219

#df8cbc color RGB value is (223,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 10111100
Octal 337 214 274
Decimal 223 140 188
Hex DF 8C BC

RGB Percentages of Color #df8cbc

%40.47
%25.41
%34.12

CMYK Percentages of Color #df8cbc

%0
%37
%16
%13

Triadic Colors of #df8cbc

#df8cbc #bcdf8c #8cbcdf

Analogous Colors of #df8cbc

#df8cbc #df8c93 #d98cdf

Monochromatic Colors of #df8cbc

#df8cbc

Complementary Color

#df8cbc #8cdfaf

#df8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8cbc Color CSS Codes

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

#df8cbc Text Font Color

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

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


#df8cbc Background Color

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

This div background color is #df8cbc


#df8cbc Border Color

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

This div border color is #df8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8cbc


Comments

No comments written yet.

Please login to write comment.