Color Hex Logo

#dface8 Color Hex

#DFACE8
(223,172,232)
0 Favorites   0 Comments

Color spaces of #dface8

RGB 223172232
HSL0.810.570.79
HSV291°26°91°
CMYK 0.040.260.00   0.09
XYZ59.749451.019283.0425
Yxy51.01920.30830.2632
Hunter Lab71.427724.3170-18.9317
CIE-Lab76.690628.7914-22.9187

#dface8 color RGB value is (223,172,232).

#dface8 hex color red value is 223, green value is 172 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dface8 hue: 0.81 , saturation: 0.57 and the lightness value of dface8 is 0.79.

The process color (four color CMYK) of #dface8 color hex is 0.04, 0.26, 0.00, 0.09. Web safe color of #dface8 is #cc99ff. Color #dface8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11101000
Octal 337 254 350
Decimal 223 172 232
Hex DF AC E8

RGB Percentages of Color #dface8

%35.57
%27.43
%37.00

CMYK Percentages of Color #dface8

%4
%26
%0
%9

Triadic Colors of #dface8

#dface8 #e8dfac #ace8df

Analogous Colors of #dface8

#dface8 #e8acd3 #c1ace8

Monochromatic Colors of #dface8

#dface8

Complementary Color

#dface8 #b5e8ac

#dface8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dface8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dface8 Color CSS Codes

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

#dface8 Text Font Color

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

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


#dface8 Background Color

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

This div background color is #dface8


#dface8 Border Color

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

This div border color is #dface8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dface8


Comments

No comments written yet.

Please login to write comment.