Color Hex Logo

#bd375a Color Hex

#BD375A
(189,55,90)
0 Favorites   0 Comments

Color spaces of #bd375a

RGB 1895590
HSL0.960.550.48
HSV344°71°74°
CMYK 0.000.710.52   0.26
XYZ24.197914.289411.1556
Yxy14.28940.48740.2878
Hunter Lab37.801348.11158.9638
CIE-Lab44.645155.494310.9753

#bd375a color RGB value is (189,55,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 01011010
Octal 275 67 132
Decimal 189 55 90
Hex BD 37 5A

RGB Percentages of Color #bd375a

%56.59
%16.47
%26.95

CMYK Percentages of Color #bd375a

%0
%71
%52
%26

Triadic Colors of #bd375a

#bd375a #5abd37 #375abd

Analogous Colors of #bd375a

#bd375a #bd5737 #bd379d

Monochromatic Colors of #bd375a

#bd375a

Complementary Color

#bd375a #37bd9a

#bd375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd375a Color CSS Codes

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

#bd375a Text Font Color

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

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


#bd375a Background Color

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

This div background color is #bd375a


#bd375a Border Color

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

This div border color is #bd375a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd375a


Comments

No comments written yet.

Please login to write comment.