Color Hex Logo

#d1acea Color Hex

#D1ACEA
(209,172,234)
0 Favorites   0 Comments

Color spaces of #d1acea

RGB 209172234
HSL0.770.600.80
HSV276°26°92°
CMYK 0.110.260.00   0.08
XYZ55.898349.000984.3539
Yxy49.00090.29540.2589
Hunter Lab70.000620.0382-22.4466
CIE-Lab75.451924.7234-26.0113

#d1acea color RGB value is (209,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 11101010
Octal 321 254 352
Decimal 209 172 234
Hex D1 AC EA

RGB Percentages of Color #d1acea

%33.98
%27.97
%38.05

CMYK Percentages of Color #d1acea

%11
%26
%0
%8

Triadic Colors of #d1acea

#d1acea #ead1ac #acead1

Analogous Colors of #d1acea

#d1acea #eaace4 #b2acea

Monochromatic Colors of #d1acea

#d1acea

Complementary Color

#d1acea #c5eaac

#d1acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acea Color CSS Codes

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

#d1acea Text Font Color

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

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


#d1acea Background Color

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

This div background color is #d1acea


#d1acea Border Color

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

This div border color is #d1acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acea


Comments

No comments written yet.

Please login to write comment.