Color Hex Logo

#bd178a Color Hex

#BD178A
(189,23,138)
0 Favorites   0 Comments

Color spaces of #bd178a

RGB 18923138
HSL0.880.780.42
HSV318°88°74°
CMYK 0.000.880.27   0.26
XYZ25.880113.266625.2414
Yxy13.26660.40190.2060
Hunter Lab36.423363.0898-15.5917
CIE-Lab43.162269.0656-20.8573

#bd178a color RGB value is (189,23,138).

#bd178a hex color red value is 189, green value is 23 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd178a hue: 0.88 , saturation: 0.78 and the lightness value of bd178a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 10001010
Octal 275 27 212
Decimal 189 23 138
Hex BD 17 8A

RGB Percentages of Color #bd178a

%54.00
%6.57
%39.43

CMYK Percentages of Color #bd178a

%0
%88
%27
%26

Triadic Colors of #bd178a

#bd178a #8abd17 #178abd

Analogous Colors of #bd178a

#bd178a #bd1737 #9d17bd

Monochromatic Colors of #bd178a

#bd178a

Complementary Color

#bd178a #17bd4a

#bd178a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd178a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd178a Color CSS Codes

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

#bd178a Text Font Color

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

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


#bd178a Background Color

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

This div background color is #bd178a


#bd178a Border Color

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

This div border color is #bd178a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd178a


Comments

No comments written yet.

Please login to write comment.