Color Hex Logo

#b45aeb Color Hex

#B45AEB
(180,90,235)
0 Favorites   0 Comments

Color spaces of #b45aeb

RGB 18090235
HSL0.770.780.64
HSV277°62°92°
CMYK 0.230.620.00   0.08
XYZ37.474023.013881.0643
Yxy23.01380.26470.1626
Hunter Lab47.972755.4835-66.6074
CIE-Lab55.086560.2274-58.7044

#b45aeb color RGB value is (180,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011010 11101011
Octal 264 132 353
Decimal 180 90 235
Hex B4 5A EB

RGB Percentages of Color #b45aeb

%35.64
%17.82
%46.53

CMYK Percentages of Color #b45aeb

%23
%62
%0
%8

Triadic Colors of #b45aeb

#b45aeb #ebb45a #5aebb4

Analogous Colors of #b45aeb

#b45aeb #eb5ada #6c5aeb

Monochromatic Colors of #b45aeb

#b45aeb

Complementary Color

#b45aeb #91eb5a

#b45aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45aeb Color CSS Codes

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

#b45aeb Text Font Color

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

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


#b45aeb Background Color

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

This div background color is #b45aeb


#b45aeb Border Color

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

This div border color is #b45aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45aeb


Comments

No comments written yet.

Please login to write comment.