Color Hex Logo

#b45efe Color Hex

#B45EFE
(180,94,254)
0 Favorites   0 Comments

Color spaces of #b45efe

RGB 18094254
HSL0.760.990.68
HSV272°63°100°
CMYK 0.290.630.00   0.00
XYZ40.714524.864596.4194
Yxy24.86450.25130.1535
Hunter Lab49.864358.4837-79.7402
CIE-Lab56.943262.5021-66.2935

#b45efe color RGB value is (180,94,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 11111110
Octal 264 136 376
Decimal 180 94 254
Hex B4 5E FE

RGB Percentages of Color #b45efe

%34.09
%17.80
%48.11

CMYK Percentages of Color #b45efe

%29
%63
%0
%0

Triadic Colors of #b45efe

#b45efe #feb45e #5efeb4

Analogous Colors of #b45efe

#b45efe #fe5ef8 #645efe

Monochromatic Colors of #b45efe

#b45efe

Complementary Color

#b45efe #a8fe5e

#b45efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45efe Color CSS Codes

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

#b45efe Text Font Color

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

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


#b45efe Background Color

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

This div background color is #b45efe


#b45efe Border Color

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

This div border color is #b45efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b45efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45efe


Comments

No comments written yet.

Please login to write comment.