Color Hex Logo

#daacea Color Hex

#DAACEA
(218,172,234)
0 Favorites   0 Comments

Color spaces of #daacea

RGB 218172234
HSL0.790.600.80
HSV285°26°92°
CMYK 0.070.260.00   0.08
XYZ58.517250.351084.4764
Yxy50.35100.30270.2604
Hunter Lab70.958423.0261-20.9142
CIE-Lab76.284227.5784-24.6652

#daacea color RGB value is (218,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11101010
Octal 332 254 352
Decimal 218 172 234
Hex DA AC EA

RGB Percentages of Color #daacea

%34.94
%27.56
%37.50

CMYK Percentages of Color #daacea

%7
%26
%0
%8

Triadic Colors of #daacea

#daacea #eadaac #aceada

Analogous Colors of #daacea

#daacea #eaacdb #bbacea

Monochromatic Colors of #daacea

#daacea

Complementary Color

#daacea #bceaac

#daacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacea Color CSS Codes

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

#daacea Text Font Color

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

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


#daacea Background Color

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

This div background color is #daacea


#daacea Border Color

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

This div border color is #daacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacea


Comments

No comments written yet.

Please login to write comment.