Color Hex Logo

#bd4eaa Color Hex

#BD4EAA
(189,78,170)
0 Favorites   0 Comments

Color spaces of #bd4eaa

RGB 18978170
HSL0.860.460.52
HSV310°59°74°
CMYK 0.000.590.10   0.26
XYZ30.966419.169940.0983
Yxy19.16990.34320.2124
Hunter Lab43.783449.6254-23.6513
CIE-Lab50.885455.7503-28.0373

#bd4eaa color RGB value is (189,78,170).

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

The process color (four color CMYK) of #bd4eaa color hex is 0.00, 0.59, 0.10, 0.26. Web safe color of #bd4eaa is #cc6699. Color #bd4eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001110 10101010
Octal 275 116 252
Decimal 189 78 170
Hex BD 4E AA

RGB Percentages of Color #bd4eaa

%43.25
%17.85
%38.90

CMYK Percentages of Color #bd4eaa

%0
%59
%10
%26

Triadic Colors of #bd4eaa

#bd4eaa #aabd4e #4eaabd

Analogous Colors of #bd4eaa

#bd4eaa #bd4e73 #994ebd

Monochromatic Colors of #bd4eaa

#bd4eaa

Complementary Color

#bd4eaa #4ebd61

#bd4eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4eaa Color CSS Codes

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

#bd4eaa Text Font Color

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

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


#bd4eaa Background Color

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

This div background color is #bd4eaa


#bd4eaa Border Color

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

This div border color is #bd4eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,78,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 #bd4eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4eaa


Comments

No comments written yet.

Please login to write comment.