Color Hex Logo

#bd5273 Color Hex

#BD5273
(189,82,115)
0 Favorites   0 Comments

Color spaces of #bd5273

RGB 18982115
HSL0.950.450.53
HSV341°57°74°
CMYK 0.000.570.39   0.26
XYZ27.098118.091218.2834
Yxy18.09120.42690.2850
Hunter Lab42.533839.28764.2874
CIE-Lab49.606546.29472.7757

#bd5273 color RGB value is (189,82,115).

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

The process color (four color CMYK) of #bd5273 color hex is 0.00, 0.57, 0.39, 0.26. Web safe color of #bd5273 is #cc6666. Color #bd5273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 01110011
Octal 275 122 163
Decimal 189 82 115
Hex BD 52 73

RGB Percentages of Color #bd5273

%48.96
%21.24
%29.79

CMYK Percentages of Color #bd5273

%0
%57
%39
%26

Triadic Colors of #bd5273

#bd5273 #73bd52 #5273bd

Analogous Colors of #bd5273

#bd5273 #bd6752 #bd52a9

Monochromatic Colors of #bd5273

#bd5273

Complementary Color

#bd5273 #52bd9c

#bd5273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5273 Color CSS Codes

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

#bd5273 Text Font Color

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

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


#bd5273 Background Color

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

This div background color is #bd5273


#bd5273 Border Color

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

This div border color is #bd5273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5273


Comments

No comments written yet.

Please login to write comment.