Color Hex Logo

#d147aa Color Hex

#D147AA
(209,71,170)
0 Favorites   0 Comments

Color spaces of #d147aa

RGB 20971170
HSL0.880.600.55
HSV317°66°82°
CMYK 0.000.660.19   0.18
XYZ35.803420.964140.1896
Yxy20.96410.36930.2162
Hunter Lab45.786659.4539-19.9918
CIE-Lab52.910264.0771-24.6550

#d147aa color RGB value is (209,71,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 10101010
Octal 321 107 252
Decimal 209 71 170
Hex D1 47 AA

RGB Percentages of Color #d147aa

%46.44
%15.78
%37.78

CMYK Percentages of Color #d147aa

%0
%66
%19
%18

Triadic Colors of #d147aa

#d147aa #aad147 #47aad1

Analogous Colors of #d147aa

#d147aa #d14765 #b347d1

Monochromatic Colors of #d147aa

#d147aa

Complementary Color

#d147aa #47d16e

#d147aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147aa Color CSS Codes

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

#d147aa Text Font Color

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

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


#d147aa Background Color

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

This div background color is #d147aa


#d147aa Border Color

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

This div border color is #d147aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147aa


Comments

No comments written yet.

Please login to write comment.