Color Hex Logo

#bd138b Color Hex

#BD138B
(189,19,139)
0 Favorites   0 Comments

Color spaces of #bd138b

RGB 18919139
HSL0.880.820.41
HSV318°90°74°
CMYK 0.000.900.26   0.26
XYZ25.879313.148625.6000
Yxy13.14860.40040.2035
Hunter Lab36.261063.9378-16.4756
CIE-Lab42.986369.8206-21.7397

#bd138b color RGB value is (189,19,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 10001011
Octal 275 23 213
Decimal 189 19 139
Hex BD 13 8B

RGB Percentages of Color #bd138b

%54.47
%5.48
%40.06

CMYK Percentages of Color #bd138b

%0
%90
%26
%26

Triadic Colors of #bd138b

#bd138b #8bbd13 #138bbd

Analogous Colors of #bd138b

#bd138b #bd1336 #9a13bd

Monochromatic Colors of #bd138b

#bd138b

Complementary Color

#bd138b #13bd45

#bd138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd138b Color CSS Codes

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

#bd138b Text Font Color

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

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


#bd138b Background Color

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

This div background color is #bd138b


#bd138b Border Color

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

This div border color is #bd138b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd138b


Comments

No comments written yet.

Please login to write comment.