Color Hex Logo

#b95ecc Color Hex

#B95ECC
(185,94,204)
0 Favorites   0 Comments

Color spaces of #b95ecc

RGB 18594204
HSL0.800.520.58
HSV290°54°80°
CMYK 0.090.540.00   0.20
XYZ34.909422.679359.6644
Yxy22.67930.29770.1934
Hunter Lab47.622847.5077-40.9458
CIE-Lab54.740553.1570-41.6959

#b95ecc color RGB value is (185,94,204).

#b95ecc hex color red value is 185, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b95ecc hue: 0.80 , saturation: 0.52 and the lightness value of b95ecc is 0.58.

The process color (four color CMYK) of #b95ecc color hex is 0.09, 0.54, 0.00, 0.20. Web safe color of #b95ecc is #cc66cc. Color #b95ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 11001100
Octal 271 136 314
Decimal 185 94 204
Hex B9 5E CC

RGB Percentages of Color #b95ecc

%38.30
%19.46
%42.24

CMYK Percentages of Color #b95ecc

%9
%54
%0
%20

Triadic Colors of #b95ecc

#b95ecc #ccb95e #5eccb9

Analogous Colors of #b95ecc

#b95ecc #cc5ea8 #825ecc

Monochromatic Colors of #b95ecc

#b95ecc

Complementary Color

#b95ecc #71cc5e

#b95ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95ecc Color CSS Codes

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

#b95ecc Text Font Color

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

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


#b95ecc Background Color

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

This div background color is #b95ecc


#b95ecc Border Color

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

This div border color is #b95ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95ecc


Comments

No comments written yet.

Please login to write comment.