Color Hex Logo

#bd595a Color Hex

#BD595A
(189,89,90)
0 Favorites   0 Comments

Color spaces of #bd595a

RGB 1898990
HSL1.000.430.55
HSV359°53°74°
CMYK 0.000.530.52   0.26
XYZ26.404118.701811.8910
Yxy18.70180.46330.3281
Hunter Lab43.245633.305513.9693
CIE-Lab50.336540.314718.7751

#bd595a color RGB value is (189,89,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 01011010
Octal 275 131 132
Decimal 189 89 90
Hex BD 59 5A

RGB Percentages of Color #bd595a

%51.36
%24.18
%24.46

CMYK Percentages of Color #bd595a

%0
%53
%52
%26

Triadic Colors of #bd595a

#bd595a #5abd59 #595abd

Analogous Colors of #bd595a

#bd595a #bd8a59 #bd598c

Monochromatic Colors of #bd595a

#bd595a

Complementary Color

#bd595a #59bdbc

#bd595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd595a Color CSS Codes

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

#bd595a Text Font Color

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

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


#bd595a Background Color

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

This div background color is #bd595a


#bd595a Border Color

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

This div border color is #bd595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd595a


Comments

No comments written yet.

Please login to write comment.