Color Hex Logo

#d131ae Color Hex

#D131AE
(209,49,174)
0 Favorites   0 Comments

Color spaces of #d131ae

RGB 20949174
HSL0.870.630.51
HSV313°77°82°
CMYK 0.000.770.17   0.18
XYZ35.032818.807941.8283
Yxy18.80790.36620.1966
Hunter Lab43.368168.2984-26.8273
CIE-Lab50.461772.0214-30.8005

#d131ae color RGB value is (209,49,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 10101110
Octal 321 61 256
Decimal 209 49 174
Hex D1 31 AE

RGB Percentages of Color #d131ae

%48.38
%11.34
%40.28

CMYK Percentages of Color #d131ae

%0
%77
%17
%18

Triadic Colors of #d131ae

#d131ae #aed131 #31aed1

Analogous Colors of #d131ae

#d131ae #d1315e #a431d1

Monochromatic Colors of #d131ae

#d131ae

Complementary Color

#d131ae #31d154

#d131ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d131ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d131ae Color CSS Codes

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

#d131ae Text Font Color

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

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


#d131ae Background Color

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

This div background color is #d131ae


#d131ae Border Color

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

This div border color is #d131ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d131ae


Comments

No comments written yet.

Please login to write comment.