Color Hex Logo

#dface1 Color Hex

#DFACE1
(223,172,225)
0 Favorites   0 Comments

Color spaces of #dface1

RGB 223172225
HSL0.830.470.78
HSV298°24°88°
CMYK 0.010.240.00   0.12
XYZ58.774650.629377.9088
Yxy50.62930.31380.2703
Hunter Lab71.154322.9240-15.1103
CIE-Lab76.453927.4697-19.4810

#dface1 color RGB value is (223,172,225).

#dface1 hex color red value is 223, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dface1 hue: 0.83 , saturation: 0.47 and the lightness value of dface1 is 0.78.

The process color (four color CMYK) of #dface1 color hex is 0.01, 0.24, 0.00, 0.12. Web safe color of #dface1 is #cc99cc. Color #dface1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11100001
Octal 337 254 341
Decimal 223 172 225
Hex DF AC E1

RGB Percentages of Color #dface1

%35.97
%27.74
%36.29

CMYK Percentages of Color #dface1

%1
%24
%0
%12

Triadic Colors of #dface1

#dface1 #e1dfac #ace1df

Analogous Colors of #dface1

#dface1 #e1acc9 #c5ace1

Monochromatic Colors of #dface1

#dface1

Complementary Color

#dface1 #aee1ac

#dface1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dface1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dface1 Color CSS Codes

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

#dface1 Text Font Color

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

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


#dface1 Background Color

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

This div background color is #dface1


#dface1 Border Color

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

This div border color is #dface1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dface1


Comments

No comments written yet.

Please login to write comment.