Color Hex Logo

#bd535d Color Hex

#BD535D
(189,83,93)
0 Favorites   0 Comments

Color spaces of #bd535d

RGB 1898393
HSL0.980.450.53
HSV354°56°74°
CMYK 0.000.560.51   0.26
XYZ26.055317.795612.4176
Yxy17.79560.46310.3163
Hunter Lab42.184836.426412.0767
CIE-Lab49.247243.566815.5062

#bd535d color RGB value is (189,83,93).

#bd535d hex color red value is 189, green value is 83 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bd535d hue: 0.98 , saturation: 0.45 and the lightness value of bd535d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 01011101
Octal 275 123 135
Decimal 189 83 93
Hex BD 53 5D

RGB Percentages of Color #bd535d

%51.78
%22.74
%25.48

CMYK Percentages of Color #bd535d

%0
%56
%51
%26

Triadic Colors of #bd535d

#bd535d #5dbd53 #535dbd

Analogous Colors of #bd535d

#bd535d #bd7e53 #bd5392

Monochromatic Colors of #bd535d

#bd535d

Complementary Color

#bd535d #53bdb3

#bd535d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd535d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd535d Color CSS Codes

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

#bd535d Text Font Color

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

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


#bd535d Background Color

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

This div background color is #bd535d


#bd535d Border Color

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

This div border color is #bd535d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd535d


Comments

No comments written yet.

Please login to write comment.