Color Hex Logo

#b58eff Color Hex

#B58EFF
(181,142,255)
0 Favorites   0 Comments

Color spaces of #b58eff

RGB 181142255
HSL0.721.000.78
HSV261°44°100°
CMYK 0.290.440.00   0.00
XYZ46.779136.389899.1661
Yxy36.38980.25660.1996
Hunter Lab60.324032.8535-55.2396
CIE-Lab66.816737.7988-51.0768

#b58eff color RGB value is (181,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 11111111
Octal 265 216 377
Decimal 181 142 255
Hex B5 8E FF

RGB Percentages of Color #b58eff

%31.31
%24.57
%44.12

CMYK Percentages of Color #b58eff

%29
%44
%0
%0

Triadic Colors of #b58eff

#b58eff #ffb58e #8effb5

Analogous Colors of #b58eff

#b58eff #ee8eff #8ea0ff

Monochromatic Colors of #b58eff

#b58eff

Complementary Color

#b58eff #d8ff8e

#b58eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58eff Color CSS Codes

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

#b58eff Text Font Color

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

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


#b58eff Background Color

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

This div background color is #b58eff


#b58eff Border Color

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

This div border color is #b58eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,142,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 #b58eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58eff


Comments

No comments written yet.

Please login to write comment.