Color Hex Logo

#b95eeb Color Hex

#B95EEB
(185,94,235)
0 Favorites   0 Comments

Color spaces of #b95eeb

RGB 18594235
HSL0.770.780.65
HSV279°60°92°
CMYK 0.210.600.00   0.08
XYZ39.005724.317981.2353
Yxy24.31790.26980.1682
Hunter Lab49.313254.8917-63.1512
CIE-Lab56.404759.4745-56.5592

#b95eeb color RGB value is (185,94,235).

#b95eeb hex color red value is 185, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b95eeb hue: 0.77 , saturation: 0.78 and the lightness value of b95eeb is 0.65.

The process color (four color CMYK) of #b95eeb color hex is 0.21, 0.60, 0.00, 0.08. Web safe color of #b95eeb is #cc66ff. Color #b95eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 11101011
Octal 271 136 353
Decimal 185 94 235
Hex B9 5E EB

RGB Percentages of Color #b95eeb

%35.99
%18.29
%45.72

CMYK Percentages of Color #b95eeb

%21
%60
%0
%8

Triadic Colors of #b95eeb

#b95eeb #ebb95e #5eebb9

Analogous Colors of #b95eeb

#b95eeb #eb5ed7 #735eeb

Monochromatic Colors of #b95eeb

#b95eeb

Complementary Color

#b95eeb #90eb5e

#b95eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95eeb Color CSS Codes

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

#b95eeb Text Font Color

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

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


#b95eeb Background Color

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

This div background color is #b95eeb


#b95eeb Border Color

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

This div border color is #b95eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95eeb


Comments

No comments written yet.

Please login to write comment.