Color Hex Logo

#bd5ae8 Color Hex

#BD5AE8
(189,90,232)
0 Favorites   0 Comments

Color spaces of #bd5ae8

RGB 18990232
HSL0.780.760.63
HSV282°61°91°
CMYK 0.190.610.00   0.09
XYZ39.207923.957378.9017
Yxy23.95730.27600.1686
Hunter Lab48.946257.3299-61.3137
CIE-Lab56.045061.6657-55.4254

#bd5ae8 color RGB value is (189,90,232).

#bd5ae8 hex color red value is 189, green value is 90 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bd5ae8 hue: 0.78 , saturation: 0.76 and the lightness value of bd5ae8 is 0.63.

The process color (four color CMYK) of #bd5ae8 color hex is 0.19, 0.61, 0.00, 0.09. Web safe color of #bd5ae8 is #cc66ff. Color #bd5ae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11101000
Octal 275 132 350
Decimal 189 90 232
Hex BD 5A E8

RGB Percentages of Color #bd5ae8

%36.99
%17.61
%45.40

CMYK Percentages of Color #bd5ae8

%19
%61
%0
%9

Triadic Colors of #bd5ae8

#bd5ae8 #e8bd5a #5ae8bd

Analogous Colors of #bd5ae8

#bd5ae8 #e85acc #765ae8

Monochromatic Colors of #bd5ae8

#bd5ae8

Complementary Color

#bd5ae8 #85e85a

#bd5ae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ae8 Color CSS Codes

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

#bd5ae8 Text Font Color

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

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


#bd5ae8 Background Color

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

This div background color is #bd5ae8


#bd5ae8 Border Color

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

This div border color is #bd5ae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ae8


Comments

No comments written yet.

Please login to write comment.