Color Hex Logo

#bd8aed Color Hex

#BD8AED
(189,138,237)
0 Favorites   0 Comments

Color spaces of #bd8aed

RGB 189138237
HSL0.750.730.74
HSV271°42°93°
CMYK 0.200.420.00   0.07
XYZ45.360835.110284.5069
Yxy35.11020.27500.2128
Hunter Lab59.253932.9534-43.0807
CIE-Lab65.834438.0022-42.7042

#bd8aed color RGB value is (189,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 11101101
Octal 275 212 355
Decimal 189 138 237
Hex BD 8A ED

RGB Percentages of Color #bd8aed

%33.51
%24.47
%42.02

CMYK Percentages of Color #bd8aed

%20
%42
%0
%7

Triadic Colors of #bd8aed

#bd8aed #edbd8a #8aedbd

Analogous Colors of #bd8aed

#bd8aed #ed8aec #8c8aed

Monochromatic Colors of #bd8aed

#bd8aed

Complementary Color

#bd8aed #baed8a

#bd8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8aed Color CSS Codes

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

#bd8aed Text Font Color

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

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


#bd8aed Background Color

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

This div background color is #bd8aed


#bd8aed Border Color

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

This div border color is #bd8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8aed


Comments

No comments written yet.

Please login to write comment.