Color Hex Logo

#d1489a Color Hex

#D1489A
(209,72,154)
0 Favorites   0 Comments

Color spaces of #d1489a

RGB 20972154
HSL0.900.600.55
HSV324°66°82°
CMYK 0.000.660.26   0.18
XYZ34.444620.523132.7178
Yxy20.52310.39280.2341
Hunter Lab45.302456.4389-11.1080
CIE-Lab52.423661.5474-15.9872

#d1489a color RGB value is (209,72,154).

#d1489a hex color red value is 209, green value is 72 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d1489a hue: 0.90 , saturation: 0.60 and the lightness value of d1489a is 0.55.

The process color (four color CMYK) of #d1489a color hex is 0.00, 0.66, 0.26, 0.18. Web safe color of #d1489a is #cc3399. Color #d1489a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 10011010
Octal 321 110 232
Decimal 209 72 154
Hex D1 48 9A

RGB Percentages of Color #d1489a

%48.05
%16.55
%35.40

CMYK Percentages of Color #d1489a

%0
%66
%26
%18

Triadic Colors of #d1489a

#d1489a #9ad148 #489ad1

Analogous Colors of #d1489a

#d1489a #d14856 #c448d1

Monochromatic Colors of #d1489a

#d1489a

Complementary Color

#d1489a #48d17f

#d1489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1489a Color CSS Codes

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

#d1489a Text Font Color

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

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


#d1489a Background Color

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

This div background color is #d1489a


#d1489a Border Color

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

This div border color is #d1489a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1489a


Comments

No comments written yet.

Please login to write comment.