Color Hex Logo

#bd139b Color Hex

#BD139B
(189,19,155)
0 Favorites   0 Comments

Color spaces of #bd139b

RGB 18919155
HSL0.870.820.41
HSV312°90°74°
CMYK 0.000.900.18   0.26
XYZ27.135513.651132.2151
Yxy13.65110.37170.1870
Hunter Lab36.947466.4389-25.8328
CIE-Lab43.728471.7830-30.2893

#bd139b color RGB value is (189,19,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 10011011
Octal 275 23 233
Decimal 189 19 155
Hex BD 13 9B

RGB Percentages of Color #bd139b

%52.07
%5.23
%42.70

CMYK Percentages of Color #bd139b

%0
%90
%18
%26

Triadic Colors of #bd139b

#bd139b #9bbd13 #139bbd

Analogous Colors of #bd139b

#bd139b #bd1346 #8a13bd

Monochromatic Colors of #bd139b

#bd139b

Complementary Color

#bd139b #13bd35

#bd139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd139b Color CSS Codes

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

#bd139b Text Font Color

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

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


#bd139b Background Color

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

This div background color is #bd139b


#bd139b Border Color

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

This div border color is #bd139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd139b


Comments

No comments written yet.

Please login to write comment.