Color Hex Logo

#b95dee Color Hex

#B95DEE
(185,93,238)
0 Favorites   0 Comments

Color spaces of #b95dee

RGB 18593238
HSL0.770.810.65
HSV278°61°93°
CMYK 0.220.610.00   0.07
XYZ39.354624.316083.5082
Yxy24.31600.26740.1652
Hunter Lab49.311356.1636-65.8892
CIE-Lab56.402860.5872-58.2386

#b95dee color RGB value is (185,93,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011101 11101110
Octal 271 135 356
Decimal 185 93 238
Hex B9 5D EE

RGB Percentages of Color #b95dee

%35.85
%18.02
%46.12

CMYK Percentages of Color #b95dee

%22
%61
%0
%7

Triadic Colors of #b95dee

#b95dee #eeb95d #5deeb9

Analogous Colors of #b95dee

#b95dee #ee5ddb #715dee

Monochromatic Colors of #b95dee

#b95dee

Complementary Color

#b95dee #92ee5d

#b95dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95dee Color CSS Codes

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

#b95dee Text Font Color

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

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


#b95dee Background Color

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

This div background color is #b95dee


#b95dee Border Color

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

This div border color is #b95dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95dee


Comments

No comments written yet.

Please login to write comment.