Color Hex Logo

#bd139e Color Hex

#BD139E
(189,19,158)
0 Favorites   0 Comments

Color spaces of #bd139e

RGB 18919158
HSL0.860.820.41
HSV311°90°74°
CMYK 0.000.900.16   0.26
XYZ27.390713.753233.5587
Yxy13.75320.36670.1841
Hunter Lab37.085366.9384-27.6921
CIE-Lab43.876972.1717-31.8608

#bd139e color RGB value is (189,19,158).

#bd139e hex color red value is 189, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd139e hue: 0.86 , saturation: 0.82 and the lightness value of bd139e is 0.41.

The process color (four color CMYK) of #bd139e color hex is 0.00, 0.90, 0.16, 0.26. Web safe color of #bd139e is #cc0099. Color #bd139e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 10011110
Octal 275 23 236
Decimal 189 19 158
Hex BD 13 9E

RGB Percentages of Color #bd139e

%51.64
%5.19
%43.17

CMYK Percentages of Color #bd139e

%0
%90
%16
%26

Triadic Colors of #bd139e

#bd139e #9ebd13 #139ebd

Analogous Colors of #bd139e

#bd139e #bd1349 #8713bd

Monochromatic Colors of #bd139e

#bd139e

Complementary Color

#bd139e #13bd32

#bd139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd139e Color CSS Codes

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

#bd139e Text Font Color

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

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


#bd139e Background Color

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

This div background color is #bd139e


#bd139e Border Color

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

This div border color is #bd139e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd139e


Comments

No comments written yet.

Please login to write comment.