Color Hex Logo

#b554ea Color Hex

#B554EA
(181,84,234)
0 Favorites   0 Comments

Color spaces of #b554ea

RGB 18184234
HSL0.770.780.62
HSV279°64°92°
CMYK 0.230.640.00   0.08
XYZ37.077722.104980.1544
Yxy22.10490.26610.1586
Hunter Lab47.015858.4912-68.1687
CIE-Lab54.138163.0184-59.6589

#b554ea color RGB value is (181,84,234).

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

The process color (four color CMYK) of #b554ea color hex is 0.23, 0.64, 0.00, 0.08. Web safe color of #b554ea is #cc66ff. Color #b554ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 11101010
Octal 265 124 352
Decimal 181 84 234
Hex B5 54 EA

RGB Percentages of Color #b554ea

%36.27
%16.83
%46.89

CMYK Percentages of Color #b554ea

%23
%64
%0
%8

Triadic Colors of #b554ea

#b554ea #eab554 #54eab5

Analogous Colors of #b554ea

#b554ea #ea54d4 #6a54ea

Monochromatic Colors of #b554ea

#b554ea

Complementary Color

#b554ea #89ea54

#b554ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b554ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b554ea Color CSS Codes

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

#b554ea Text Font Color

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

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


#b554ea Background Color

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

This div background color is #b554ea


#b554ea Border Color

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

This div border color is #b554ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b554ea


Comments

No comments written yet.

Please login to write comment.