Color Hex Logo

#b45afb Color Hex

#B45AFB
(180,90,251)
0 Favorites   0 Comments

Color spaces of #b45afb

RGB 18090251
HSL0.760.950.67
HSV274°64°98°
CMYK 0.280.640.00   0.02
XYZ39.891123.980793.7930
Yxy23.98070.25300.1521
Hunter Lab48.970159.7087-79.2798
CIE-Lab56.068563.7141-66.0417

#b45afb color RGB value is (180,90,251).

#b45afb hex color red value is 180, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b45afb hue: 0.76 , saturation: 0.95 and the lightness value of b45afb is 0.67.

The process color (four color CMYK) of #b45afb color hex is 0.28, 0.64, 0.00, 0.02. Web safe color of #b45afb is #cc66ff. Color #b45afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011010 11111011
Octal 264 132 373
Decimal 180 90 251
Hex B4 5A FB

RGB Percentages of Color #b45afb

%34.55
%17.27
%48.18

CMYK Percentages of Color #b45afb

%28
%64
%0
%2

Triadic Colors of #b45afb

#b45afb #fbb45a #5afbb4

Analogous Colors of #b45afb

#b45afb #fb5af2 #645afb

Monochromatic Colors of #b45afb

#b45afb

Complementary Color

#b45afb #a1fb5a

#b45afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45afb Color CSS Codes

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

#b45afb Text Font Color

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

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


#b45afb Background Color

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

This div background color is #b45afb


#b45afb Border Color

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

This div border color is #b45afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45afb


Comments

No comments written yet.

Please login to write comment.