Color Hex Logo

#b95aec Color Hex

#B95AEC
(185,90,236)
0 Favorites   0 Comments

Color spaces of #b95aec

RGB 18590236
HSL0.780.790.64
HSV279°62°93°
CMYK 0.220.620.00   0.07
XYZ38.804123.682781.8829
Yxy23.68270.26880.1640
Hunter Lab48.664957.1677-65.6952
CIE-Lab55.768761.5746-58.1364

#b95aec color RGB value is (185,90,236).

#b95aec hex color red value is 185, green value is 90 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b95aec hue: 0.78 , saturation: 0.79 and the lightness value of b95aec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011010 11101100
Octal 271 132 354
Decimal 185 90 236
Hex B9 5A EC

RGB Percentages of Color #b95aec

%36.20
%17.61
%46.18

CMYK Percentages of Color #b95aec

%22
%62
%0
%7

Triadic Colors of #b95aec

#b95aec #ecb95a #5aecb9

Analogous Colors of #b95aec

#b95aec #ec5ad6 #705aec

Monochromatic Colors of #b95aec

#b95aec

Complementary Color

#b95aec #8dec5a

#b95aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95aec Color CSS Codes

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

#b95aec Text Font Color

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

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


#b95aec Background Color

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

This div background color is #b95aec


#b95aec Border Color

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

This div border color is #b95aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95aec


Comments

No comments written yet.

Please login to write comment.