Color Hex Logo

#d125ad Color Hex

#D125AD
(209,37,173)
0 Favorites   0 Comments

Color spaces of #d125ad

RGB 20937173
HSL0.870.700.48
HSV313°82°82°
CMYK 0.000.820.17   0.18
XYZ34.498917.895641.1711
Yxy17.89560.36870.1913
Hunter Lab42.303271.5389-28.0911
CIE-Lab49.369274.8998-31.9186

#d125ad color RGB value is (209,37,173).

#d125ad hex color red value is 209, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d125ad hue: 0.87 , saturation: 0.70 and the lightness value of d125ad is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 10101101
Octal 321 45 255
Decimal 209 37 173
Hex D1 25 AD

RGB Percentages of Color #d125ad

%49.88
%8.83
%41.29

CMYK Percentages of Color #d125ad

%0
%82
%17
%18

Triadic Colors of #d125ad

#d125ad #add125 #25add1

Analogous Colors of #d125ad

#d125ad #d12557 #9f25d1

Monochromatic Colors of #d125ad

#d125ad

Complementary Color

#d125ad #25d149

#d125ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d125ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d125ad Color CSS Codes

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

#d125ad Text Font Color

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

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


#d125ad Background Color

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

This div background color is #d125ad


#d125ad Border Color

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

This div border color is #d125ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d125ad


Comments

No comments written yet.

Please login to write comment.