Color Hex Logo

#bd4aaa Color Hex

#BD4AAA
(189,74,170)
0 Favorites   0 Comments

Color spaces of #bd4aaa

RGB 18974170
HSL0.860.470.52
HSV310°61°74°
CMYK 0.000.610.10   0.26
XYZ30.690718.618740.0064
Yxy18.61870.34360.2085
Hunter Lab43.149451.4496-24.7668
CIE-Lab50.238157.5163-29.0437

#bd4aaa color RGB value is (189,74,170).

#bd4aaa hex color red value is 189, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd4aaa hue: 0.86 , saturation: 0.47 and the lightness value of bd4aaa is 0.52.

The process color (four color CMYK) of #bd4aaa color hex is 0.00, 0.61, 0.10, 0.26. Web safe color of #bd4aaa is #cc3399. Color #bd4aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001010 10101010
Octal 275 112 252
Decimal 189 74 170
Hex BD 4A AA

RGB Percentages of Color #bd4aaa

%43.65
%17.09
%39.26

CMYK Percentages of Color #bd4aaa

%0
%61
%10
%26

Triadic Colors of #bd4aaa

#bd4aaa #aabd4a #4aaabd

Analogous Colors of #bd4aaa

#bd4aaa #bd4a71 #974abd

Monochromatic Colors of #bd4aaa

#bd4aaa

Complementary Color

#bd4aaa #4abd5d

#bd4aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4aaa Color CSS Codes

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

#bd4aaa Text Font Color

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

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


#bd4aaa Background Color

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

This div background color is #bd4aaa


#bd4aaa Border Color

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

This div border color is #bd4aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4aaa


Comments

No comments written yet.

Please login to write comment.