Color Hex Logo

#d131ac Color Hex

#D131AC
(209,49,172)
0 Favorites   0 Comments

Color spaces of #d131ac

RGB 20949172
HSL0.870.630.51
HSV314°77°82°
CMYK 0.000.770.18   0.18
XYZ34.839218.730540.8088
Yxy18.73050.36910.1985
Hunter Lab43.278767.9539-25.6112
CIE-Lab50.370471.7533-29.7669

#d131ac color RGB value is (209,49,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 10101100
Octal 321 61 254
Decimal 209 49 172
Hex D1 31 AC

RGB Percentages of Color #d131ac

%48.60
%11.40
%40.00

CMYK Percentages of Color #d131ac

%0
%77
%18
%18

Triadic Colors of #d131ac

#d131ac #acd131 #31acd1

Analogous Colors of #d131ac

#d131ac #d1315c #a631d1

Monochromatic Colors of #d131ac

#d131ac

Complementary Color

#d131ac #31d156

#d131ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131ac Color CSS Codes

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

#d131ac Text Font Color

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

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


#d131ac Background Color

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

This div background color is #d131ac


#d131ac Border Color

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

This div border color is #d131ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131ac


Comments

No comments written yet.

Please login to write comment.