Color Hex Logo

#b56eea Color Hex

#B56EEA
(181,110,234)
0 Favorites   0 Comments

Color spaces of #b56eea

RGB 181110234
HSL0.760.750.67
HSV274°53°92°
CMYK 0.230.530.00   0.08
XYZ39.483326.916180.9562
Yxy26.91610.26790.1827
Hunter Lab51.880745.0543-56.2013
CIE-Lab58.896650.2439-52.0548

#b56eea color RGB value is (181,110,234).

#b56eea hex color red value is 181, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b56eea hue: 0.76 , saturation: 0.75 and the lightness value of b56eea is 0.67.

The process color (four color CMYK) of #b56eea color hex is 0.23, 0.53, 0.00, 0.08. Web safe color of #b56eea is #cc66ff. Color #b56eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 11101010
Octal 265 156 352
Decimal 181 110 234
Hex B5 6E EA

RGB Percentages of Color #b56eea

%34.48
%20.95
%44.57

CMYK Percentages of Color #b56eea

%23
%53
%0
%8

Triadic Colors of #b56eea

#b56eea #eab56e #6eeab5

Analogous Colors of #b56eea

#b56eea #ea6ee1 #776eea

Monochromatic Colors of #b56eea

#b56eea

Complementary Color

#b56eea #a3ea6e

#b56eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56eea Color CSS Codes

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

#b56eea Text Font Color

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

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


#b56eea Background Color

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

This div background color is #b56eea


#b56eea Border Color

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

This div border color is #b56eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56eea


Comments

No comments written yet.

Please login to write comment.