Color Hex Logo

#bd6eaa Color Hex

#BD6EAA
(189,110,170)
0 Favorites   0 Comments

Color spaces of #bd6eaa

RGB 189110170
HSL0.870.370.59
HSV314°42°74°
CMYK 0.000.420.10   0.26
XYZ33.817924.873041.0488
Yxy24.87300.33910.2494
Hunter Lab49.872833.7603-13.8888
CIE-Lab56.951539.8553-18.7024

#bd6eaa color RGB value is (189,110,170).

#bd6eaa hex color red value is 189, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd6eaa hue: 0.87 , saturation: 0.37 and the lightness value of bd6eaa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101110 10101010
Octal 275 156 252
Decimal 189 110 170
Hex BD 6E AA

RGB Percentages of Color #bd6eaa

%40.30
%23.45
%36.25

CMYK Percentages of Color #bd6eaa

%0
%42
%10
%26

Triadic Colors of #bd6eaa

#bd6eaa #aabd6e #6eaabd

Analogous Colors of #bd6eaa

#bd6eaa #bd6e83 #a96ebd

Monochromatic Colors of #bd6eaa

#bd6eaa

Complementary Color

#bd6eaa #6ebd81

#bd6eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6eaa Color CSS Codes

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

#bd6eaa Text Font Color

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

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


#bd6eaa Background Color

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

This div background color is #bd6eaa


#bd6eaa Border Color

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

This div border color is #bd6eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6eaa


Comments

No comments written yet.

Please login to write comment.