Color Hex Logo

#b596eb Color Hex

#B596EB
(181,150,235)
0 Favorites   0 Comments

Color spaces of #b596eb

RGB 181150235
HSL0.730.680.75
HSV262°36°92°
CMYK 0.230.360.00   0.08
XYZ44.957837.634683.4919
Yxy37.63460.27070.2266
Hunter Lab61.347023.4553-37.7494
CIE-Lab67.750428.5827-38.6618

#b596eb color RGB value is (181,150,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 11101011
Octal 265 226 353
Decimal 181 150 235
Hex B5 96 EB

RGB Percentages of Color #b596eb

%31.98
%26.50
%41.52

CMYK Percentages of Color #b596eb

%23
%36
%0
%8

Triadic Colors of #b596eb

#b596eb #ebb596 #96ebb5

Analogous Colors of #b596eb

#b596eb #e096eb #96a2eb

Monochromatic Colors of #b596eb

#b596eb

Complementary Color

#b596eb #cceb96

#b596eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596eb Color CSS Codes

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

#b596eb Text Font Color

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

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


#b596eb Background Color

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

This div background color is #b596eb


#b596eb Border Color

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

This div border color is #b596eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596eb


Comments

No comments written yet.

Please login to write comment.