Color Hex Logo

#b54ee3 Color Hex

#B54EE3
(181,78,227)
0 Favorites   0 Comments

Color spaces of #b54ee3

RGB 18178227
HSL0.780.730.60
HSV281°66°89°
CMYK 0.200.660.00   0.11
XYZ35.645620.818674.8127
Yxy20.81860.27150.1586
Hunter Lab45.627459.6020-65.2753
CIE-Lab52.750464.2345-57.9474

#b54ee3 color RGB value is (181,78,227).

#b54ee3 hex color red value is 181, green value is 78 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b54ee3 hue: 0.78 , saturation: 0.73 and the lightness value of b54ee3 is 0.60.

The process color (four color CMYK) of #b54ee3 color hex is 0.20, 0.66, 0.00, 0.11. Web safe color of #b54ee3 is #cc66cc. Color #b54ee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001110 11100011
Octal 265 116 343
Decimal 181 78 227
Hex B5 4E E3

RGB Percentages of Color #b54ee3

%37.24
%16.05
%46.71

CMYK Percentages of Color #b54ee3

%20
%66
%0
%11

Triadic Colors of #b54ee3

#b54ee3 #e3b54e #4ee3b5

Analogous Colors of #b54ee3

#b54ee3 #e34ec7 #6b4ee3

Monochromatic Colors of #b54ee3

#b54ee3

Complementary Color

#b54ee3 #7ce34e

#b54ee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54ee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54ee3 Color CSS Codes

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

#b54ee3 Text Font Color

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

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


#b54ee3 Background Color

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

This div background color is #b54ee3


#b54ee3 Border Color

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

This div border color is #b54ee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54ee3


Comments

No comments written yet.

Please login to write comment.