Color Hex Logo

#b04efe Color Hex

#B04EFE
(176,78,254)
0 Favorites   0 Comments

Color spaces of #b04efe

RGB 17678254
HSL0.760.990.65
HSV273°69°100°
CMYK 0.310.690.00   0.00
XYZ38.518321.834695.9503
Yxy21.83460.24640.1397
Hunter Lab46.727565.3675-89.0369
CIE-Lab53.851168.9273-71.3127

#b04efe color RGB value is (176,78,254).

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

The process color (four color CMYK) of #b04efe color hex is 0.31, 0.69, 0.00, 0.00. Web safe color of #b04efe is #9966ff. Color #b04efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001110 11111110
Octal 260 116 376
Decimal 176 78 254
Hex B0 4E FE

RGB Percentages of Color #b04efe

%34.65
%15.35
%50.00

CMYK Percentages of Color #b04efe

%31
%69
%0
%0

Triadic Colors of #b04efe

#b04efe #feb04e #4efeb0

Analogous Colors of #b04efe

#b04efe #fe4ef4 #584efe

Monochromatic Colors of #b04efe

#b04efe

Complementary Color

#b04efe #9cfe4e

#b04efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04efe Color CSS Codes

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

#b04efe Text Font Color

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

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


#b04efe Background Color

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

This div background color is #b04efe


#b04efe Border Color

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

This div border color is #b04efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04efe


Comments

No comments written yet.

Please login to write comment.