Color Hex Logo

#bd157a Color Hex

#BD157A
(189,21,122)
0 Favorites   0 Comments

Color spaces of #bd157a

RGB 18921122
HSL0.900.800.41
HSV324°89°74°
CMYK 0.000.890.35   0.26
XYZ24.767312.760319.5700
Yxy12.76030.43380.2235
Hunter Lab35.721661.2490-7.4768
CIE-Lab42.399867.6387-12.1793

#bd157a color RGB value is (189,21,122).

#bd157a hex color red value is 189, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd157a hue: 0.90 , saturation: 0.80 and the lightness value of bd157a is 0.41.

The process color (four color CMYK) of #bd157a color hex is 0.00, 0.89, 0.35, 0.26. Web safe color of #bd157a is #cc0066. Color #bd157a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010101 01111010
Octal 275 25 172
Decimal 189 21 122
Hex BD 15 7A

RGB Percentages of Color #bd157a

%56.93
%6.33
%36.75

CMYK Percentages of Color #bd157a

%0
%89
%35
%26

Triadic Colors of #bd157a

#bd157a #7abd15 #157abd

Analogous Colors of #bd157a

#bd157a #bd1526 #ac15bd

Monochromatic Colors of #bd157a

#bd157a

Complementary Color

#bd157a #15bd58

#bd157a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd157a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd157a Color CSS Codes

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

#bd157a Text Font Color

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

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


#bd157a Background Color

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

This div background color is #bd157a


#bd157a Border Color

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

This div border color is #bd157a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd157a


Comments

No comments written yet.

Please login to write comment.