Color Hex Logo

#b581eb Color Hex

#B581EB
(181,129,235)
0 Favorites   0 Comments

Color spaces of #b581eb

RGB 181129235
HSL0.750.730.71
HSV269°45°92°
CMYK 0.230.450.00   0.08
XYZ41.901731.522482.4732
Yxy31.52240.26880.2022
Hunter Lab56.144834.9638-47.7919
CIE-Lab62.946240.2554-46.1975

#b581eb color RGB value is (181,129,235).

#b581eb hex color red value is 181, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b581eb hue: 0.75 , saturation: 0.73 and the lightness value of b581eb is 0.71.

The process color (four color CMYK) of #b581eb color hex is 0.23, 0.45, 0.00, 0.08. Web safe color of #b581eb is #cc99ff. Color #b581eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000001 11101011
Octal 265 201 353
Decimal 181 129 235
Hex B5 81 EB

RGB Percentages of Color #b581eb

%33.21
%23.67
%43.12

CMYK Percentages of Color #b581eb

%23
%45
%0
%8

Triadic Colors of #b581eb

#b581eb #ebb581 #81ebb5

Analogous Colors of #b581eb

#b581eb #ea81eb #8182eb

Monochromatic Colors of #b581eb

#b581eb

Complementary Color

#b581eb #b7eb81

#b581eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b581eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b581eb Color CSS Codes

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

#b581eb Text Font Color

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

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


#b581eb Background Color

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

This div background color is #b581eb


#b581eb Border Color

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

This div border color is #b581eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b581eb


Comments

No comments written yet.

Please login to write comment.