Color Hex Logo

#bd575d Color Hex

#BD575D
(189,87,93)
0 Favorites   0 Comments

Color spaces of #bd575d

RGB 1898793
HSL0.990.440.54
HSV356°54°74°
CMYK 0.000.540.51   0.26
XYZ26.370218.425512.5225
Yxy18.42550.46010.3215
Hunter Lab42.924934.539812.7508
CIE-Lab50.008241.590216.5458

#bd575d color RGB value is (189,87,93).

#bd575d hex color red value is 189, green value is 87 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bd575d hue: 0.99 , saturation: 0.44 and the lightness value of bd575d is 0.54.

The process color (four color CMYK) of #bd575d color hex is 0.00, 0.54, 0.51, 0.26. Web safe color of #bd575d is #cc6666. Color #bd575d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 01011101
Octal 275 127 135
Decimal 189 87 93
Hex BD 57 5D

RGB Percentages of Color #bd575d

%51.22
%23.58
%25.20

CMYK Percentages of Color #bd575d

%0
%54
%51
%26

Triadic Colors of #bd575d

#bd575d #5dbd57 #575dbd

Analogous Colors of #bd575d

#bd575d #bd8457 #bd5790

Monochromatic Colors of #bd575d

#bd575d

Complementary Color

#bd575d #57bdb7

#bd575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd575d Color CSS Codes

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

#bd575d Text Font Color

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

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


#bd575d Background Color

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

This div background color is #bd575d


#bd575d Border Color

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

This div border color is #bd575d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd575d


Comments

No comments written yet.

Please login to write comment.