Color Hex Logo

#bd5499 Color Hex

#BD5499
(189,84,153)
0 Favorites   0 Comments

Color spaces of #bd5499

RGB 18984153
HSL0.890.440.54
HSV321°56°74°
CMYK 0.000.560.19   0.26
XYZ29.906419.459432.3168
Yxy19.45940.36610.2382
Hunter Lab44.112843.8171-12.5566
CIE-Lab51.220450.3349-17.5120

#bd5499 color RGB value is (189,84,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010100 10011001
Octal 275 124 231
Decimal 189 84 153
Hex BD 54 99

RGB Percentages of Color #bd5499

%44.37
%19.72
%35.92

CMYK Percentages of Color #bd5499

%0
%56
%19
%26

Triadic Colors of #bd5499

#bd5499 #99bd54 #5499bd

Analogous Colors of #bd5499

#bd5499 #bd5465 #ad54bd

Monochromatic Colors of #bd5499

#bd5499

Complementary Color

#bd5499 #54bd78

#bd5499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5499 Color CSS Codes

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

#bd5499 Text Font Color

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

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


#bd5499 Background Color

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

This div background color is #bd5499


#bd5499 Border Color

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

This div border color is #bd5499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5499

#bd5499 Color Palettes


Comments

No comments written yet.

Please login to write comment.