Color Hex Logo

#b5a1da Color Hex

#B5A1DA
(181,161,218)
0 Favorites   0 Comments

Color spaces of #b5a1da

RGB 181161218
HSL0.730.440.74
HSV261°26°85°
CMYK 0.170.260.00   0.15
XYZ44.455840.375571.7798
Yxy40.37550.28390.2578
Hunter Lab63.541713.6862-22.4976
CIE-Lab69.736118.5682-26.2438

#b5a1da color RGB value is (181,161,218).

#b5a1da hex color red value is 181, green value is 161 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b5a1da hue: 0.73 , saturation: 0.44 and the lightness value of b5a1da is 0.74.

The process color (four color CMYK) of #b5a1da color hex is 0.17, 0.26, 0.00, 0.15. Web safe color of #b5a1da is #cc99cc. Color #b5a1da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10100001 11011010
Octal 265 241 332
Decimal 181 161 218
Hex B5 A1 DA

RGB Percentages of Color #b5a1da

%32.32
%28.75
%38.93

CMYK Percentages of Color #b5a1da

%17
%26
%0
%15

Triadic Colors of #b5a1da

#b5a1da #dab5a1 #a1dab5

Analogous Colors of #b5a1da

#b5a1da #d2a1da #a1aada

Monochromatic Colors of #b5a1da

#b5a1da

Complementary Color

#b5a1da #c6daa1

#b5a1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a1da Color CSS Codes

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

#b5a1da Text Font Color

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

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


#b5a1da Background Color

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

This div background color is #b5a1da


#b5a1da Border Color

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

This div border color is #b5a1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a1da


Comments

No comments written yet.

Please login to write comment.