Color Hex Logo

#b054ea Color Hex

#B054EA
(176,84,234)
0 Favorites   0 Comments

Color spaces of #b054ea

RGB 17684234
HSL0.770.780.62
HSV277°64°92°
CMYK 0.250.640.00   0.08
XYZ35.926121.511380.1005
Yxy21.51130.26120.1564
Hunter Lab46.380357.1004-69.9299
CIE-Lab53.504661.9270-60.7107

#b054ea color RGB value is (176,84,234).

#b054ea hex color red value is 176, green value is 84 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b054ea hue: 0.77 , saturation: 0.78 and the lightness value of b054ea is 0.62.

The process color (four color CMYK) of #b054ea color hex is 0.25, 0.64, 0.00, 0.08. Web safe color of #b054ea is #9966ff. Color #b054ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 11101010
Octal 260 124 352
Decimal 176 84 234
Hex B0 54 EA

RGB Percentages of Color #b054ea

%35.63
%17.00
%47.37

CMYK Percentages of Color #b054ea

%25
%64
%0
%8

Triadic Colors of #b054ea

#b054ea #eab054 #54eab0

Analogous Colors of #b054ea

#b054ea #ea54d9 #6554ea

Monochromatic Colors of #b054ea

#b054ea

Complementary Color

#b054ea #8eea54

#b054ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b054ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b054ea Color CSS Codes

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

#b054ea Text Font Color

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

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


#b054ea Background Color

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

This div background color is #b054ea


#b054ea Border Color

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

This div border color is #b054ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b054ea


Comments

No comments written yet.

Please login to write comment.