Color Hex Logo

#bd059d Color Hex

#BD059D
(189,5,157)
0 Favorites   0 Comments

Color spaces of #bd059d

RGB 1895157
HSL0.860.950.38
HSV310°97°74°
CMYK 0.000.970.17   0.26
XYZ27.126313.361733.0476
Yxy13.36170.36890.1817
Hunter Lab36.553768.4951-28.0156
CIE-Lab43.303373.5781-32.1604

#bd059d color RGB value is (189,5,157).

#bd059d hex color red value is 189, green value is 5 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bd059d hue: 0.86 , saturation: 0.95 and the lightness value of bd059d is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000101 10011101
Octal 275 5 235
Decimal 189 5 157
Hex BD 5 9D

RGB Percentages of Color #bd059d

%53.85
%1.42
%44.73

CMYK Percentages of Color #bd059d

%0
%97
%17
%26

Triadic Colors of #bd059d

#bd059d #9dbd05 #059dbd

Analogous Colors of #bd059d

#bd059d #bd0541 #8105bd

Monochromatic Colors of #bd059d

#bd059d

Complementary Color

#bd059d #05bd25

#bd059d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd059d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd059d Color CSS Codes

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

#bd059d Text Font Color

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

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


#bd059d Background Color

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

This div background color is #bd059d


#bd059d Border Color

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

This div border color is #bd059d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd059d


Comments

No comments written yet.

Please login to write comment.