Color Hex Logo

#d489ae Color Hex

#D489AE
(212,137,174)
0 Favorites   0 Comments

Color spaces of #d489ae

RGB 212137174
HSL0.920.470.68
HSV330°35°83°
CMYK 0.000.350.18   0.17
XYZ43.737034.944444.4841
Yxy34.94440.35510.2837
Hunter Lab59.113828.6191-3.2370
CIE-Lab65.705433.8391-7.5325

#d489ae color RGB value is (212,137,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 10101110
Octal 324 211 256
Decimal 212 137 174
Hex D4 89 AE

RGB Percentages of Color #d489ae

%40.54
%26.20
%33.27

CMYK Percentages of Color #d489ae

%0
%35
%18
%17

Triadic Colors of #d489ae

#d489ae #aed489 #89aed4

Analogous Colors of #d489ae

#d489ae #d48a89 #d489d4

Monochromatic Colors of #d489ae

#d489ae

Complementary Color

#d489ae #89d4af

#d489ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d489ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d489ae Color CSS Codes

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

#d489ae Text Font Color

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

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


#d489ae Background Color

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

This div background color is #d489ae


#d489ae Border Color

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

This div border color is #d489ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d489ae


Comments

No comments written yet.

Please login to write comment.