Color Hex Logo

#b5a2fa Color Hex

#B5A2FA
(181,162,250)
0 Favorites   0 Comments

Color spaces of #b5a2fa

RGB 181162250
HSL0.700.900.81
HSV253°35°98°
CMYK 0.280.350.00   0.02
XYZ49.231742.566596.0639
Yxy42.56650.26210.2266
Hunter Lab65.243020.5190-41.6286
CIE-Lab71.259825.4296-41.3734

#b5a2fa color RGB value is (181,162,250).

#b5a2fa hex color red value is 181, green value is 162 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b5a2fa hue: 0.70 , saturation: 0.90 and the lightness value of b5a2fa is 0.81.

The process color (four color CMYK) of #b5a2fa color hex is 0.28, 0.35, 0.00, 0.02. Web safe color of #b5a2fa is #cc99ff. Color #b5a2fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100010 11111010
Octal 265 242 372
Decimal 181 162 250
Hex B5 A2 FA

RGB Percentages of Color #b5a2fa

%30.52
%27.32
%42.16

CMYK Percentages of Color #b5a2fa

%28
%35
%0
%2

Triadic Colors of #b5a2fa

#b5a2fa #fab5a2 #a2fab5

Analogous Colors of #b5a2fa

#b5a2fa #e1a2fa #a2bbfa

Monochromatic Colors of #b5a2fa

#b5a2fa

Complementary Color

#b5a2fa #e7faa2

#b5a2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a2fa Color CSS Codes

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

#b5a2fa Text Font Color

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

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


#b5a2fa Background Color

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

This div background color is #b5a2fa


#b5a2fa Border Color

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

This div border color is #b5a2fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,162,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5a2fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5a2fa;
  -webkit-box-shadow: 1px 1px 3px 2px #b5a2fa;
  box-shadow:         1px 1px 3px 2px #b5a2fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,162,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a2fa


Comments

No comments written yet.

Please login to write comment.