Color Hex Logo

#bd8aee Color Hex

#BD8AEE
(189,138,238)
0 Favorites   0 Comments

Color spaces of #bd8aee

RGB 189138238
HSL0.750.750.74
HSV271°42°93°
CMYK 0.210.420.00   0.07
XYZ45.507435.168885.2787
Yxy35.16880.27420.2119
Hunter Lab59.303333.1943-43.7473
CIE-Lab65.879938.2266-43.1836

#bd8aee color RGB value is (189,138,238).

#bd8aee hex color red value is 189, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd8aee hue: 0.75 , saturation: 0.75 and the lightness value of bd8aee is 0.74.

The process color (four color CMYK) of #bd8aee color hex is 0.21, 0.42, 0.00, 0.07. Web safe color of #bd8aee is #cc99ff. Color #bd8aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 11101110
Octal 275 212 356
Decimal 189 138 238
Hex BD 8A EE

RGB Percentages of Color #bd8aee

%33.45
%24.42
%42.12

CMYK Percentages of Color #bd8aee

%21
%42
%0
%7

Triadic Colors of #bd8aee

#bd8aee #eebd8a #8aeebd

Analogous Colors of #bd8aee

#bd8aee #ee8aed #8b8aee

Monochromatic Colors of #bd8aee

#bd8aee

Complementary Color

#bd8aee #bbee8a

#bd8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8aee Color CSS Codes

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

#bd8aee Text Font Color

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

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


#bd8aee Background Color

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

This div background color is #bd8aee


#bd8aee Border Color

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

This div border color is #bd8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8aee


Comments

No comments written yet.

Please login to write comment.