Color Hex Logo

#b95efc Color Hex

#B95EFC
(185,94,252)
0 Favorites   0 Comments

Color spaces of #b95efc

RGB 18594252
HSL0.760.960.68
HSV275°63°99°
CMYK 0.270.630.00   0.01
XYZ41.581025.348094.7965
Yxy25.34800.25710.1567
Hunter Lab50.346859.3148-76.3926
CIE-Lab57.412963.1323-64.3999

#b95efc color RGB value is (185,94,252).

#b95efc hex color red value is 185, green value is 94 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b95efc hue: 0.76 , saturation: 0.96 and the lightness value of b95efc is 0.68.

The process color (four color CMYK) of #b95efc color hex is 0.27, 0.63, 0.00, 0.01. Web safe color of #b95efc is #cc66ff. Color #b95efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 11111100
Octal 271 136 374
Decimal 185 94 252
Hex B9 5E FC

RGB Percentages of Color #b95efc

%34.84
%17.70
%47.46

CMYK Percentages of Color #b95efc

%27
%63
%0
%1

Triadic Colors of #b95efc

#b95efc #fcb95e #5efcb9

Analogous Colors of #b95efc

#b95efc #fc5ef0 #6a5efc

Monochromatic Colors of #b95efc

#b95efc

Complementary Color

#b95efc #a1fc5e

#b95efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95efc Color CSS Codes

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

#b95efc Text Font Color

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

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


#b95efc Background Color

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

This div background color is #b95efc


#b95efc Border Color

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

This div border color is #b95efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95efc


Comments

No comments written yet.

Please login to write comment.