Color Hex Logo

#b95ebd Color Hex

#B95EBD
(185,94,189)
0 Favorites   0 Comments

Color spaces of #b95ebd

RGB 18594189
HSL0.830.420.55
HSV297°50°74°
CMYK 0.020.500.00   0.26
XYZ33.195621.993850.6397
Yxy21.99380.31370.2078
Hunter Lab46.897544.2774-31.1927
CIE-Lab54.020450.3024-34.2306

#b95ebd color RGB value is (185,94,189).

#b95ebd hex color red value is 185, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b95ebd hue: 0.83 , saturation: 0.42 and the lightness value of b95ebd is 0.55.

The process color (four color CMYK) of #b95ebd color hex is 0.02, 0.50, 0.00, 0.26. Web safe color of #b95ebd is #cc66cc. Color #b95ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 10111101
Octal 271 136 275
Decimal 185 94 189
Hex B9 5E BD

RGB Percentages of Color #b95ebd

%39.53
%20.09
%40.38

CMYK Percentages of Color #b95ebd

%2
%50
%0
%26

Triadic Colors of #b95ebd

#b95ebd #bdb95e #5ebdb9

Analogous Colors of #b95ebd

#b95ebd #bd5e92 #8a5ebd

Monochromatic Colors of #b95ebd

#b95ebd

Complementary Color

#b95ebd #62bd5e

#b95ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ebd Color CSS Codes

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

#b95ebd Text Font Color

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

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


#b95ebd Background Color

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

This div background color is #b95ebd


#b95ebd Border Color

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

This div border color is #b95ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ebd


Comments

No comments written yet.

Please login to write comment.