Color Hex Logo

#bd057b Color Hex

#BD057B
(189,5,123)
0 Favorites   0 Comments

Color spaces of #bd057b

RGB 1895123
HSL0.890.950.38
HSV322°97°74°
CMYK 0.000.970.35   0.26
XYZ24.615712.357419.8267
Yxy12.35740.43340.2176
Hunter Lab35.153163.4754-8.8330
CIE-Lab41.778669.6635-13.7418

#bd057b color RGB value is (189,5,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000101 01111011
Octal 275 5 173
Decimal 189 5 123
Hex BD 5 7B

RGB Percentages of Color #bd057b

%59.62
%1.58
%38.80

CMYK Percentages of Color #bd057b

%0
%97
%35
%26

Triadic Colors of #bd057b

#bd057b #7bbd05 #057bbd

Analogous Colors of #bd057b

#bd057b #bd051f #a305bd

Monochromatic Colors of #bd057b

#bd057b

Complementary Color

#bd057b #05bd47

#bd057b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd057b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd057b Color CSS Codes

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

#bd057b Text Font Color

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

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


#bd057b Background Color

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

This div background color is #bd057b


#bd057b Border Color

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

This div border color is #bd057b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd057b


Comments

No comments written yet.

Please login to write comment.