Color Hex Logo

#bd4aad Color Hex

#BD4AAD
(189,74,173)
0 Favorites   0 Comments

Color spaces of #bd4aad

RGB 18974173
HSL0.860.470.52
HSV308°61°74°
CMYK 0.000.610.08   0.26
XYZ30.977918.733541.5184
Yxy18.73350.33960.2053
Hunter Lab43.282252.0120-26.5763
CIE-Lab50.373957.9974-30.5918

#bd4aad color RGB value is (189,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001010 10101101
Octal 275 112 255
Decimal 189 74 173
Hex BD 4A AD

RGB Percentages of Color #bd4aad

%43.35
%16.97
%39.68

CMYK Percentages of Color #bd4aad

%0
%61
%8
%26

Triadic Colors of #bd4aad

#bd4aad #adbd4a #4aadbd

Analogous Colors of #bd4aad

#bd4aad #bd4a74 #944abd

Monochromatic Colors of #bd4aad

#bd4aad

Complementary Color

#bd4aad #4abd5a

#bd4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4aad Color CSS Codes

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

#bd4aad Text Font Color

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

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


#bd4aad Background Color

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

This div background color is #bd4aad


#bd4aad Border Color

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

This div border color is #bd4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4aad


Comments

No comments written yet.

Please login to write comment.