Color Hex Logo

#d8acea Color Hex

#D8ACEA
(216,172,234)
0 Favorites   0 Comments

Color spaces of #d8acea

RGB 216172234
HSL0.780.600.80
HSV283°26°92°
CMYK 0.080.260.00   0.08
XYZ57.922750.044584.4486
Yxy50.04450.30100.2601
Hunter Lab70.742122.3546-21.2581
CIE-Lab76.096626.9418-24.9685

#d8acea color RGB value is (216,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 11101010
Octal 330 254 352
Decimal 216 172 234
Hex D8 AC EA

RGB Percentages of Color #d8acea

%34.73
%27.65
%37.62

CMYK Percentages of Color #d8acea

%8
%26
%0
%8

Triadic Colors of #d8acea

#d8acea #ead8ac #acead8

Analogous Colors of #d8acea

#d8acea #eaacdd #b9acea

Monochromatic Colors of #d8acea

#d8acea

Complementary Color

#d8acea #beeaac

#d8acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acea Color CSS Codes

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

#d8acea Text Font Color

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

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


#d8acea Background Color

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

This div background color is #d8acea


#d8acea Border Color

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

This div border color is #d8acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acea


Comments

No comments written yet.

Please login to write comment.