Color Hex Logo

#b58aff Color Hex

#B58AFF
(181,138,255)
0 Favorites   0 Comments

Color spaces of #b58aff

RGB 181138255
HSL0.731.000.77
HSV262°46°100°
CMYK 0.290.460.00   0.00
XYZ46.194535.220798.9713
Yxy35.22070.25610.1953
Hunter Lab59.347035.0834-57.3333
CIE-Lab65.920140.0119-52.4956

#b58aff color RGB value is (181,138,255).

#b58aff hex color red value is 181, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b58aff hue: 0.73 , saturation: 1.00 and the lightness value of b58aff is 0.77.

The process color (four color CMYK) of #b58aff color hex is 0.29, 0.46, 0.00, 0.00. Web safe color of #b58aff is #cc99ff. Color #b58aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 11111111
Octal 265 212 377
Decimal 181 138 255
Hex B5 8A FF

RGB Percentages of Color #b58aff

%31.53
%24.04
%44.43

CMYK Percentages of Color #b58aff

%29
%46
%0
%0

Triadic Colors of #b58aff

#b58aff #ffb58a #8affb5

Analogous Colors of #b58aff

#b58aff #f08aff #8a9aff

Monochromatic Colors of #b58aff

#b58aff

Complementary Color

#b58aff #d4ff8a

#b58aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58aff Color CSS Codes

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

#b58aff Text Font Color

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

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


#b58aff Background Color

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

This div background color is #b58aff


#b58aff Border Color

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

This div border color is #b58aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58aff


Comments

No comments written yet.

Please login to write comment.