Color Hex Logo

#bd377b Color Hex

#BD377B
(189,55,123)
0 Favorites   0 Comments

Color spaces of #bd377b

RGB 18955123
HSL0.920.550.48
HSV330°71°74°
CMYK 0.000.710.35   0.26
XYZ25.927614.981320.2640
Yxy14.98130.42380.2449
Hunter Lab38.705751.8360-3.9467
CIE-Lab45.608658.7192-7.9658

#bd377b color RGB value is (189,55,123).

#bd377b hex color red value is 189, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd377b hue: 0.92 , saturation: 0.55 and the lightness value of bd377b is 0.48.

The process color (four color CMYK) of #bd377b color hex is 0.00, 0.71, 0.35, 0.26. Web safe color of #bd377b is #cc3366. Color #bd377b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 01111011
Octal 275 67 173
Decimal 189 55 123
Hex BD 37 7B

RGB Percentages of Color #bd377b

%51.50
%14.99
%33.51

CMYK Percentages of Color #bd377b

%0
%71
%35
%26

Triadic Colors of #bd377b

#bd377b #7bbd37 #377bbd

Analogous Colors of #bd377b

#bd377b #bd3738 #bc37bd

Monochromatic Colors of #bd377b

#bd377b

Complementary Color

#bd377b #37bd79

#bd377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd377b Color CSS Codes

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

#bd377b Text Font Color

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

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


#bd377b Background Color

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

This div background color is #bd377b


#bd377b Border Color

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

This div border color is #bd377b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,55,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 #bd377b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd377b


Comments

No comments written yet.

Please login to write comment.