Color Hex Logo

#d0ace8 Color Hex

#D0ACE8
(208,172,232)
0 Favorites   0 Comments

Color spaces of #d0ace8

RGB 208172232
HSL0.770.570.79
HSV276°26°91°
CMYK 0.100.260.00   0.09
XYZ55.330448.741182.8357
Yxy48.74110.29600.2608
Hunter Lab69.814819.2908-21.4776
CIE-Lab75.290023.9978-25.1818

#d0ace8 color RGB value is (208,172,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101100 11101000
Octal 320 254 350
Decimal 208 172 232
Hex D0 AC E8

RGB Percentages of Color #d0ace8

%33.99
%28.10
%37.91

CMYK Percentages of Color #d0ace8

%10
%26
%0
%9

Triadic Colors of #d0ace8

#d0ace8 #e8d0ac #ace8d0

Analogous Colors of #d0ace8

#d0ace8 #e8ace2 #b2ace8

Monochromatic Colors of #d0ace8

#d0ace8

Complementary Color

#d0ace8 #c4e8ac

#d0ace8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ace8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ace8 Color CSS Codes

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

#d0ace8 Text Font Color

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

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


#d0ace8 Background Color

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

This div background color is #d0ace8


#d0ace8 Border Color

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

This div border color is #d0ace8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ace8


Comments

No comments written yet.

Please login to write comment.