Color Hex Logo

#d0acea Color Hex

#D0ACEA
(208,172,234)
0 Favorites   0 Comments

Color spaces of #d0acea

RGB 208172234
HSL0.760.600.80
HSV275°26°92°
CMYK 0.110.260.00   0.08
XYZ55.616248.855584.3407
Yxy48.85550.29460.2588
Hunter Lab69.896719.7116-22.6144
CIE-Lab75.361324.4078-26.1578

#d0acea color RGB value is (208,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 11101010
Octal 320 254 352
Decimal 208 172 234
Hex D0 AC EA

RGB Percentages of Color #d0acea

%33.88
%28.01
%38.11

CMYK Percentages of Color #d0acea

%11
%26
%0
%8

Triadic Colors of #d0acea

#d0acea #ead0ac #acead0

Analogous Colors of #d0acea

#d0acea #eaace5 #b1acea

Monochromatic Colors of #d0acea

#d0acea

Complementary Color

#d0acea #c6eaac

#d0acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0acea Color CSS Codes

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

#d0acea Text Font Color

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

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


#d0acea Background Color

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

This div background color is #d0acea


#d0acea Border Color

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

This div border color is #d0acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0acea


Comments

No comments written yet.

Please login to write comment.