Color Hex Logo

#b395eb Color Hex

#B395EB
(179,149,235)
0 Favorites   0 Comments

Color spaces of #b395eb

RGB 179149235
HSL0.720.680.75
HSV261°37°92°
CMYK 0.240.370.00   0.08
XYZ44.333237.076883.4172
Yxy37.07680.26900.2249
Hunter Lab60.890723.4032-38.6008
CIE-Lab67.334628.5626-39.3242

#b395eb color RGB value is (179,149,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010101 11101011
Octal 263 225 353
Decimal 179 149 235
Hex B3 95 EB

RGB Percentages of Color #b395eb

%31.79
%26.47
%41.74

CMYK Percentages of Color #b395eb

%24
%37
%0
%8

Triadic Colors of #b395eb

#b395eb #ebb395 #95ebb3

Analogous Colors of #b395eb

#b395eb #de95eb #95a2eb

Monochromatic Colors of #b395eb

#b395eb

Complementary Color

#b395eb #cdeb95

#b395eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b395eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b395eb Color CSS Codes

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

#b395eb Text Font Color

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

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


#b395eb Background Color

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

This div background color is #b395eb


#b395eb Border Color

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

This div border color is #b395eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b395eb


Comments

No comments written yet.

Please login to write comment.