Color Hex Logo

#b5a8df Color Hex

#B5A8DF
(181,168,223)
0 Favorites   0 Comments

Color spaces of #b5a8df

RGB 181168223
HSL0.710.460.77
HSV254°25°87°
CMYK 0.190.250.00   0.13
XYZ46.378043.156775.6977
Yxy43.15670.28070.2612
Hunter Lab65.693811.0520-22.3331
CIE-Lab71.661215.7858-26.0357

#b5a8df color RGB value is (181,168,223).

#b5a8df hex color red value is 181, green value is 168 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5a8df hue: 0.71 , saturation: 0.46 and the lightness value of b5a8df is 0.77.

The process color (four color CMYK) of #b5a8df color hex is 0.19, 0.25, 0.00, 0.13. Web safe color of #b5a8df is #cc99cc. Color #b5a8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101000 11011111
Octal 265 250 337
Decimal 181 168 223
Hex B5 A8 DF

RGB Percentages of Color #b5a8df

%31.64
%29.37
%38.99

CMYK Percentages of Color #b5a8df

%19
%25
%0
%13

Triadic Colors of #b5a8df

#b5a8df #dfb5a8 #a8dfb5

Analogous Colors of #b5a8df

#b5a8df #d1a8df #a8b7df

Monochromatic Colors of #b5a8df

#b5a8df

Complementary Color

#b5a8df #d2dfa8

#b5a8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a8df Color CSS Codes

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

#b5a8df Text Font Color

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

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


#b5a8df Background Color

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

This div background color is #b5a8df


#b5a8df Border Color

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

This div border color is #b5a8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a8df


Comments

No comments written yet.

Please login to write comment.