Color Hex Logo

#bd377e Color Hex

#BD377E
(189,55,126)
0 Favorites   0 Comments

Color spaces of #bd377e

RGB 18955126
HSL0.910.550.48
HSV328°71°74°
CMYK 0.000.710.33   0.26
XYZ26.118315.057621.2685
Yxy15.05760.41830.2411
Hunter Lab38.804152.2377-5.3339
CIE-Lab45.713059.0622-9.6422

#bd377e color RGB value is (189,55,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 01111110
Octal 275 67 176
Decimal 189 55 126
Hex BD 37 7E

RGB Percentages of Color #bd377e

%51.08
%14.86
%34.05

CMYK Percentages of Color #bd377e

%0
%71
%33
%26

Triadic Colors of #bd377e

#bd377e #7ebd37 #377ebd

Analogous Colors of #bd377e

#bd377e #bd373b #b937bd

Monochromatic Colors of #bd377e

#bd377e

Complementary Color

#bd377e #37bd76

#bd377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd377e Color CSS Codes

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

#bd377e Text Font Color

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

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


#bd377e Background Color

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

This div background color is #bd377e


#bd377e Border Color

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

This div border color is #bd377e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd377e


Comments

No comments written yet.

Please login to write comment.