Color Hex Logo

#df8bcc Color Hex

#DF8BCC
(223,139,204)
0 Favorites   0 Comments

Color spaces of #df8bcc

RGB 223139204
HSL0.870.570.71
HSV314°38°87°
CMYK 0.000.380.09   0.13
XYZ50.563138.512861.8955
Yxy38.51280.33490.2551
Hunter Lab62.058736.8325-15.6930
CIE-Lab68.396941.3572-20.1654

#df8bcc color RGB value is (223,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001011 11001100
Octal 337 213 314
Decimal 223 139 204
Hex DF 8B CC

RGB Percentages of Color #df8bcc

%39.40
%24.56
%36.04

CMYK Percentages of Color #df8bcc

%0
%38
%9
%13

Triadic Colors of #df8bcc

#df8bcc #ccdf8b #8bccdf

Analogous Colors of #df8bcc

#df8bcc #df8ba2 #c88bdf

Monochromatic Colors of #df8bcc

#df8bcc

Complementary Color

#df8bcc #8bdf9e

#df8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8bcc Color CSS Codes

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

#df8bcc Text Font Color

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

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


#df8bcc Background Color

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

This div background color is #df8bcc


#df8bcc Border Color

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

This div border color is #df8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8bcc


Comments

No comments written yet.

Please login to write comment.