Color Hex Logo

#d89ac2 Color Hex

#D89AC2
(216,154,194)
0 Favorites   0 Comments

Color spaces of #d89ac2

RGB 216154194
HSL0.890.440.73
HSV321°29°85°
CMYK 0.000.290.10   0.15
XYZ49.612141.605256.4547
Yxy41.60520.33600.2817
Hunter Lab64.502124.4155-6.7414
CIE-Lab70.597929.3141-11.3665

#d89ac2 color RGB value is (216,154,194).

#d89ac2 hex color red value is 216, green value is 154 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #d89ac2 hue: 0.89 , saturation: 0.44 and the lightness value of d89ac2 is 0.73.

The process color (four color CMYK) of #d89ac2 color hex is 0.00, 0.29, 0.10, 0.15. Web safe color of #d89ac2 is #cc99cc. Color #d89ac2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011010 11000010
Octal 330 232 302
Decimal 216 154 194
Hex D8 9A C2

RGB Percentages of Color #d89ac2

%38.30
%27.30
%34.40

CMYK Percentages of Color #d89ac2

%0
%29
%10
%15

Triadic Colors of #d89ac2

#d89ac2 #c2d89a #9ac2d8

Analogous Colors of #d89ac2

#d89ac2 #d89aa3 #cf9ad8

Monochromatic Colors of #d89ac2

#d89ac2

Complementary Color

#d89ac2 #9ad8b0

#d89ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89ac2 Color CSS Codes

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

#d89ac2 Text Font Color

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

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


#d89ac2 Background Color

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

This div background color is #d89ac2


#d89ac2 Border Color

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

This div border color is #d89ac2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,154,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d89ac2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89ac2


Comments

No comments written yet.

Please login to write comment.