Color Hex Logo

#bd5280 Color Hex

#BD5280
(189,82,128)
0 Favorites   0 Comments

Color spaces of #bd5280

RGB 18982128
HSL0.930.450.53
HSV334°57°74°
CMYK 0.000.570.32   0.26
XYZ27.899818.411922.5054
Yxy18.41190.40540.2675
Hunter Lab42.909140.9711-1.0607
CIE-Lab49.991947.8473-4.4720

#bd5280 color RGB value is (189,82,128).

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

The process color (four color CMYK) of #bd5280 color hex is 0.00, 0.57, 0.32, 0.26. Web safe color of #bd5280 is #cc6699. Color #bd5280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 10000000
Octal 275 122 200
Decimal 189 82 128
Hex BD 52 80

RGB Percentages of Color #bd5280

%47.37
%20.55
%32.08

CMYK Percentages of Color #bd5280

%0
%57
%32
%26

Triadic Colors of #bd5280

#bd5280 #80bd52 #5280bd

Analogous Colors of #bd5280

#bd5280 #bd5a52 #bd52b6

Monochromatic Colors of #bd5280

#bd5280

Complementary Color

#bd5280 #52bd8f

#bd5280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5280 Color CSS Codes

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

#bd5280 Text Font Color

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

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


#bd5280 Background Color

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

This div background color is #bd5280


#bd5280 Border Color

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

This div border color is #bd5280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5280


Comments

No comments written yet.

Please login to write comment.