Color Hex Logo

#b55efe Color Hex

#B55EFE
(181,94,254)
0 Favorites   0 Comments

Color spaces of #b55efe

RGB 18194254
HSL0.760.990.68
HSV273°63°100°
CMYK 0.290.630.00   0.00
XYZ40.948224.984996.4303
Yxy24.98490.25220.1539
Hunter Lab49.984958.7557-79.3922
CIE-Lab57.060762.7152-66.0981

#b55efe color RGB value is (181,94,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011110 11111110
Octal 265 136 376
Decimal 181 94 254
Hex B5 5E FE

RGB Percentages of Color #b55efe

%34.22
%17.77
%48.02

CMYK Percentages of Color #b55efe

%29
%63
%0
%0

Triadic Colors of #b55efe

#b55efe #feb55e #5efeb5

Analogous Colors of #b55efe

#b55efe #fe5ef7 #655efe

Monochromatic Colors of #b55efe

#b55efe

Complementary Color

#b55efe #a7fe5e

#b55efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55efe Color CSS Codes

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

#b55efe Text Font Color

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

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


#b55efe Background Color

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

This div background color is #b55efe


#b55efe Border Color

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

This div border color is #b55efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55efe


Comments

No comments written yet.

Please login to write comment.