Color Hex Logo

#b95fea Color Hex

#B95FEA
(185,95,234)
0 Favorites   0 Comments

Color spaces of #b95fea

RGB 18595234
HSL0.770.770.65
HSV279°59°92°
CMYK 0.210.590.00   0.08
XYZ38.951124.439280.5062
Yxy24.43920.27070.1698
Hunter Lab49.436054.1288-61.9481
CIE-Lab56.524958.7830-55.8076

#b95fea color RGB value is (185,95,234).

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

The process color (four color CMYK) of #b95fea color hex is 0.21, 0.59, 0.00, 0.08. Web safe color of #b95fea is #cc66ff. Color #b95fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011111 11101010
Octal 271 137 352
Decimal 185 95 234
Hex B9 5F EA

RGB Percentages of Color #b95fea

%35.99
%18.48
%45.53

CMYK Percentages of Color #b95fea

%21
%59
%0
%8

Triadic Colors of #b95fea

#b95fea #eab95f #5feab9

Analogous Colors of #b95fea

#b95fea #ea5fd6 #745fea

Monochromatic Colors of #b95fea

#b95fea

Complementary Color

#b95fea #90ea5f

#b95fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95fea Color CSS Codes

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

#b95fea Text Font Color

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

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


#b95fea Background Color

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

This div background color is #b95fea


#b95fea Border Color

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

This div border color is #b95fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95fea


Comments

No comments written yet.

Please login to write comment.