Color Hex Logo

#d125bd Color Hex

#D125BD
(209,37,189)
0 Favorites   0 Comments

Color spaces of #d125bd

RGB 20937189
HSL0.850.700.48
HSV307°82°82°
CMYK 0.000.820.10   0.18
XYZ36.141418.552649.8203
Yxy18.55260.34580.1775
Hunter Lab43.072774.3982-38.4272
CIE-Lab50.159677.0658-40.0469

#d125bd color RGB value is (209,37,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 10111101
Octal 321 45 275
Decimal 209 37 189
Hex D1 25 BD

RGB Percentages of Color #d125bd

%48.05
%8.51
%43.45

CMYK Percentages of Color #d125bd

%0
%82
%10
%18

Triadic Colors of #d125bd

#d125bd #bdd125 #25bdd1

Analogous Colors of #d125bd

#d125bd #d12567 #8f25d1

Monochromatic Colors of #d125bd

#d125bd

Complementary Color

#d125bd #25d139

#d125bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d125bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d125bd Color CSS Codes

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

#d125bd Text Font Color

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

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


#d125bd Background Color

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

This div background color is #d125bd


#d125bd Border Color

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

This div border color is #d125bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d125bd


Comments

No comments written yet.

Please login to write comment.