Color Hex Logo

#dfacea Color Hex

#DFACEA
(223,172,234)
0 Favorites   0 Comments

Color spaces of #dfacea

RGB 223172234
HSL0.800.600.80
HSV289°26°92°
CMYK 0.050.260.00   0.08
XYZ60.035251.133584.5475
Yxy51.13350.30670.2613
Hunter Lab71.507724.7235-20.0465
CIE-Lab76.759829.1751-23.8967

#dfacea color RGB value is (223,172,234).

#dfacea hex color red value is 223, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dfacea hue: 0.80 , saturation: 0.60 and the lightness value of dfacea is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11101010
Octal 337 254 352
Decimal 223 172 234
Hex DF AC EA

RGB Percentages of Color #dfacea

%35.45
%27.34
%37.20

CMYK Percentages of Color #dfacea

%5
%26
%0
%8

Triadic Colors of #dfacea

#dfacea #eadfac #aceadf

Analogous Colors of #dfacea

#dfacea #eaacd6 #c0acea

Monochromatic Colors of #dfacea

#dfacea

Complementary Color

#dfacea #b7eaac

#dfacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacea Color CSS Codes

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

#dfacea Text Font Color

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

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


#dfacea Background Color

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

This div background color is #dfacea


#dfacea Border Color

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

This div border color is #dfacea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,172,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 #dfacea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacea


Comments

No comments written yet.

Please login to write comment.