Color Hex Logo

#bd5aeb Color Hex

#BD5AEB
(189,90,235)
0 Favorites   0 Comments

Color spaces of #bd5aeb

RGB 18990235
HSL0.780.780.64
HSV281°62°92°
CMYK 0.200.620.00   0.08
XYZ39.637824.129381.1655
Yxy24.12930.27350.1665
Hunter Lab49.121658.0747-63.5821
CIE-Lab56.217062.2798-56.8308

#bd5aeb color RGB value is (189,90,235).

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

The process color (four color CMYK) of #bd5aeb color hex is 0.20, 0.62, 0.00, 0.08. Web safe color of #bd5aeb is #cc66ff. Color #bd5aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11101011
Octal 275 132 353
Decimal 189 90 235
Hex BD 5A EB

RGB Percentages of Color #bd5aeb

%36.77
%17.51
%45.72

CMYK Percentages of Color #bd5aeb

%20
%62
%0
%8

Triadic Colors of #bd5aeb

#bd5aeb #ebbd5a #5aebbd

Analogous Colors of #bd5aeb

#bd5aeb #eb5ad1 #755aeb

Monochromatic Colors of #bd5aeb

#bd5aeb

Complementary Color

#bd5aeb #88eb5a

#bd5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5aeb Color CSS Codes

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

#bd5aeb Text Font Color

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

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


#bd5aeb Background Color

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

This div background color is #bd5aeb


#bd5aeb Border Color

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

This div border color is #bd5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5aeb


Comments

No comments written yet.

Please login to write comment.