Color Hex Logo

#d9489e Color Hex

#D9489E
(217,72,158)
0 Favorites   0 Comments

Color spaces of #d9489e

RGB 21772158
HSL0.900.660.57
HSV324°67°85°
CMYK 0.000.670.27   0.15
XYZ37.104221.855134.6106
Yxy21.85510.39650.2336
Hunter Lab46.749459.8608-11.1703
CIE-Lab53.872964.2486-16.0233

#d9489e color RGB value is (217,72,158).

#d9489e hex color red value is 217, green value is 72 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d9489e hue: 0.90 , saturation: 0.66 and the lightness value of d9489e is 0.57.

The process color (four color CMYK) of #d9489e color hex is 0.00, 0.67, 0.27, 0.15. Web safe color of #d9489e is #cc3399. Color #d9489e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 10011110
Octal 331 110 236
Decimal 217 72 158
Hex D9 48 9E

RGB Percentages of Color #d9489e

%48.55
%16.11
%35.35

CMYK Percentages of Color #d9489e

%0
%67
%27
%15

Triadic Colors of #d9489e

#d9489e #9ed948 #489ed9

Analogous Colors of #d9489e

#d9489e #d94856 #cc48d9

Monochromatic Colors of #d9489e

#d9489e

Complementary Color

#d9489e #48d983

#d9489e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9489e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9489e Color CSS Codes

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

#d9489e Text Font Color

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

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


#d9489e Background Color

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

This div background color is #d9489e


#d9489e Border Color

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

This div border color is #d9489e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,72,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9489e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9489e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9489e;
  box-shadow:         1px 1px 3px 2px #d9489e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,72,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9489e


Comments

No comments written yet.

Please login to write comment.