Color Hex Logo

#d132aa Color Hex

#D132AA
(209,50,170)
0 Favorites   0 Comments

Color spaces of #d132aa

RGB 20950170
HSL0.870.630.51
HSV315°76°82°
CMYK 0.000.760.19   0.18
XYZ34.690818.738839.8188
Yxy18.73880.37200.2010
Hunter Lab43.288367.2934-24.2361
CIE-Lab50.380271.2023-28.5744

#d132aa color RGB value is (209,50,170).

#d132aa hex color red value is 209, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d132aa hue: 0.87 , saturation: 0.63 and the lightness value of d132aa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110010 10101010
Octal 321 62 252
Decimal 209 50 170
Hex D1 32 AA

RGB Percentages of Color #d132aa

%48.72
%11.66
%39.63

CMYK Percentages of Color #d132aa

%0
%76
%19
%18

Triadic Colors of #d132aa

#d132aa #aad132 #32aad1

Analogous Colors of #d132aa

#d132aa #d1325b #a932d1

Monochromatic Colors of #d132aa

#d132aa

Complementary Color

#d132aa #32d159

#d132aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d132aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d132aa Color CSS Codes

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

#d132aa Text Font Color

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

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


#d132aa Background Color

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

This div background color is #d132aa


#d132aa Border Color

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

This div border color is #d132aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,50,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 #d132aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d132aa


Comments

No comments written yet.

Please login to write comment.