Color Hex Logo

#bd5482 Color Hex

#BD5482
(189,84,130)
0 Favorites   0 Comments

Color spaces of #bd5482

RGB 18984130
HSL0.930.440.54
HSV334°56°74°
CMYK 0.000.560.31   0.26
XYZ28.185918.771223.2567
Yxy18.77120.40140.2673
Hunter Lab43.325740.3045-1.4981
CIE-Lab50.418447.1409-5.0381

#bd5482 color RGB value is (189,84,130).

#bd5482 hex color red value is 189, green value is 84 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bd5482 hue: 0.93 , saturation: 0.44 and the lightness value of bd5482 is 0.54.

The process color (four color CMYK) of #bd5482 color hex is 0.00, 0.56, 0.31, 0.26. Web safe color of #bd5482 is #cc6699. Color #bd5482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 10000010
Octal 275 124 202
Decimal 189 84 130
Hex BD 54 82

RGB Percentages of Color #bd5482

%46.90
%20.84
%32.26

CMYK Percentages of Color #bd5482

%0
%56
%31
%26

Triadic Colors of #bd5482

#bd5482 #82bd54 #5482bd

Analogous Colors of #bd5482

#bd5482 #bd5b54 #bd54b7

Monochromatic Colors of #bd5482

#bd5482

Complementary Color

#bd5482 #54bd8f

#bd5482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5482 Color CSS Codes

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

#bd5482 Text Font Color

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

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


#bd5482 Background Color

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

This div background color is #bd5482


#bd5482 Border Color

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

This div border color is #bd5482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5482


Comments

No comments written yet.

Please login to write comment.