Color Hex Logo

#d125ba Color Hex

#D125BA
(209,37,186)
0 Favorites   0 Comments

Color spaces of #d125ba

RGB 20937186
HSL0.860.700.48
HSV308°82°82°
CMYK 0.000.820.11   0.18
XYZ35.819018.423648.1226
Yxy18.42360.34990.1800
Hunter Lab42.922773.8434-36.4268
CIE-Lab50.005976.6479-38.5410

#d125ba color RGB value is (209,37,186).

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

The process color (four color CMYK) of #d125ba color hex is 0.00, 0.82, 0.11, 0.18. Web safe color of #d125ba is #cc33cc. Color #d125ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 10111010
Octal 321 45 272
Decimal 209 37 186
Hex D1 25 BA

RGB Percentages of Color #d125ba

%48.38
%8.56
%43.06

CMYK Percentages of Color #d125ba

%0
%82
%11
%18

Triadic Colors of #d125ba

#d125ba #bad125 #25bad1

Analogous Colors of #d125ba

#d125ba #d12564 #9225d1

Monochromatic Colors of #d125ba

#d125ba

Complementary Color

#d125ba #25d13c

#d125ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d125ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d125ba Color CSS Codes

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

#d125ba Text Font Color

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

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


#d125ba Background Color

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

This div background color is #d125ba


#d125ba Border Color

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

This div border color is #d125ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d125ba


Comments

No comments written yet.

Please login to write comment.