Color Hex Logo

#d489ad Color Hex

#D489AD
(212,137,173)
0 Favorites   0 Comments

Color spaces of #d489ad

RGB 212137173
HSL0.920.470.68
HSV331°35°83°
CMYK 0.000.350.18   0.17
XYZ43.639934.905543.9725
Yxy34.90550.35620.2849
Hunter Lab59.080928.4569-2.7715
CIE-Lab65.675033.6840-7.0136

#d489ad color RGB value is (212,137,173).

#d489ad hex color red value is 212, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d489ad hue: 0.92 , saturation: 0.47 and the lightness value of d489ad is 0.68.

The process color (four color CMYK) of #d489ad color hex is 0.00, 0.35, 0.18, 0.17. Web safe color of #d489ad is #cc9999. Color #d489ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 10101101
Octal 324 211 255
Decimal 212 137 173
Hex D4 89 AD

RGB Percentages of Color #d489ad

%40.61
%26.25
%33.14

CMYK Percentages of Color #d489ad

%0
%35
%18
%17

Triadic Colors of #d489ad

#d489ad #add489 #89add4

Analogous Colors of #d489ad

#d489ad #d48b89 #d489d3

Monochromatic Colors of #d489ad

#d489ad

Complementary Color

#d489ad #89d4b0

#d489ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489ad Color CSS Codes

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

#d489ad Text Font Color

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

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


#d489ad Background Color

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

This div background color is #d489ad


#d489ad Border Color

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

This div border color is #d489ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,137,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d489ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d489ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d489ad;
  box-shadow:         1px 1px 3px 2px #d489ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,137,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489ad

#d489ad Color Palettes


Comments

No comments written yet.

Please login to write comment.