Color Hex Logo

#df9cea Color Hex

#DF9CEA
(223,156,234)
0 Favorites   0 Comments

Color spaces of #df9cea

RGB 223156234
HSL0.810.650.76
HSV292°33°92°
CMYK 0.050.330.00   0.08
XYZ57.171245.405483.5928
Yxy45.40540.30710.2439
Hunter Lab67.383533.5262-26.3839
CIE-Lab73.158037.7666-29.4121

#df9cea color RGB value is (223,156,234).

#df9cea hex color red value is 223, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #df9cea hue: 0.81 , saturation: 0.65 and the lightness value of df9cea is 0.76.

The process color (four color CMYK) of #df9cea color hex is 0.05, 0.33, 0.00, 0.08. Web safe color of #df9cea is #cc99ff. Color #df9cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011100 11101010
Octal 337 234 352
Decimal 223 156 234
Hex DF 9C EA

RGB Percentages of Color #df9cea

%36.38
%25.45
%38.17

CMYK Percentages of Color #df9cea

%5
%33
%0
%8

Triadic Colors of #df9cea

#df9cea #eadf9c #9ceadf

Analogous Colors of #df9cea

#df9cea #ea9cce #b89cea

Monochromatic Colors of #df9cea

#df9cea

Complementary Color

#df9cea #a7ea9c

#df9cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9cea Color CSS Codes

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

#df9cea Text Font Color

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

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


#df9cea Background Color

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

This div background color is #df9cea


#df9cea Border Color

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

This div border color is #df9cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9cea


Comments

No comments written yet.

Please login to write comment.