Color Hex Logo

#b95eee Color Hex

#B95EEE
(185,94,238)
0 Favorites   0 Comments

Color spaces of #b95eee

RGB 18594238
HSL0.770.810.65
HSV278°61°93°
CMYK 0.220.610.00   0.07
XYZ39.442924.492783.5376
Yxy24.49270.26750.1661
Hunter Lab49.490155.6543-65.4364
CIE-Lab56.577860.1116-57.9585

#b95eee color RGB value is (185,94,238).

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

The process color (four color CMYK) of #b95eee color hex is 0.22, 0.61, 0.00, 0.07. Web safe color of #b95eee is #cc66ff. Color #b95eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 11101110
Octal 271 136 356
Decimal 185 94 238
Hex B9 5E EE

RGB Percentages of Color #b95eee

%35.78
%18.18
%46.03

CMYK Percentages of Color #b95eee

%22
%61
%0
%7

Triadic Colors of #b95eee

#b95eee #eeb95e #5eeeb9

Analogous Colors of #b95eee

#b95eee #ee5edb #715eee

Monochromatic Colors of #b95eee

#b95eee

Complementary Color

#b95eee #93ee5e

#b95eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95eee Color CSS Codes

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

#b95eee Text Font Color

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

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


#b95eee Background Color

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

This div background color is #b95eee


#b95eee Border Color

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

This div border color is #b95eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,94,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95eee


Comments

No comments written yet.

Please login to write comment.