Color Hex Logo

#bd585a Color Hex

#BD585A
(189,88,90)
0 Favorites   0 Comments

Color spaces of #bd585a

RGB 1898890
HSL1.000.430.54
HSV359°53°74°
CMYK 0.000.530.52   0.26
XYZ26.321518.536411.8635
Yxy18.53640.46400.3268
Hunter Lab43.053933.783613.8004
CIE-Lab50.140340.819618.5107

#bd585a color RGB value is (189,88,90).

#bd585a hex color red value is 189, green value is 88 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd585a hue: 1.00 , saturation: 0.43 and the lightness value of bd585a is 0.54.

The process color (four color CMYK) of #bd585a color hex is 0.00, 0.53, 0.52, 0.26. Web safe color of #bd585a is #cc6666. Color #bd585a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 01011010
Octal 275 130 132
Decimal 189 88 90
Hex BD 58 5A

RGB Percentages of Color #bd585a

%51.50
%23.98
%24.52

CMYK Percentages of Color #bd585a

%0
%53
%52
%26

Triadic Colors of #bd585a

#bd585a #5abd58 #585abd

Analogous Colors of #bd585a

#bd585a #bd8958 #bd588d

Monochromatic Colors of #bd585a

#bd585a

Complementary Color

#bd585a #58bdbb

#bd585a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd585a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd585a Color CSS Codes

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

#bd585a Text Font Color

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

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


#bd585a Background Color

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

This div background color is #bd585a


#bd585a Border Color

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

This div border color is #bd585a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd585a


Comments

No comments written yet.

Please login to write comment.