Color Hex Logo

#b595eb Color Hex

#B595EB
(181,149,235)
0 Favorites   0 Comments

Color spaces of #b595eb

RGB 181149235
HSL0.730.680.75
HSV262°37°92°
CMYK 0.230.370.00   0.08
XYZ44.798937.316883.4390
Yxy37.31680.27060.2254
Hunter Lab61.087524.0011-38.2226
CIE-Lab67.514029.1422-39.0308

#b595eb color RGB value is (181,149,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 11101011
Octal 265 225 353
Decimal 181 149 235
Hex B5 95 EB

RGB Percentages of Color #b595eb

%32.04
%26.37
%41.59

CMYK Percentages of Color #b595eb

%23
%37
%0
%8

Triadic Colors of #b595eb

#b595eb #ebb595 #95ebb5

Analogous Colors of #b595eb

#b595eb #e095eb #95a0eb

Monochromatic Colors of #b595eb

#b595eb

Complementary Color

#b595eb #cbeb95

#b595eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b595eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b595eb Color CSS Codes

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

#b595eb Text Font Color

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

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


#b595eb Background Color

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

This div background color is #b595eb


#b595eb Border Color

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

This div border color is #b595eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b595eb


Comments

No comments written yet.

Please login to write comment.