Color Hex Logo

#b54ebc Color Hex

#B54EBC
(181,78,188)
0 Favorites   0 Comments

Color spaces of #b54ebc

RGB 18178188
HSL0.820.450.52
HSV296°59°74°
CMYK 0.040.590.00   0.26
XYZ30.857518.903449.5993
Yxy18.90340.31060.1903
Hunter Lab43.478050.5995-37.2028
CIE-Lab50.574056.6887-39.1042

#b54ebc color RGB value is (181,78,188).

#b54ebc hex color red value is 181, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b54ebc hue: 0.82 , saturation: 0.45 and the lightness value of b54ebc is 0.52.

The process color (four color CMYK) of #b54ebc color hex is 0.04, 0.59, 0.00, 0.26. Web safe color of #b54ebc is #cc66cc. Color #b54ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001110 10111100
Octal 265 116 274
Decimal 181 78 188
Hex B5 4E BC

RGB Percentages of Color #b54ebc

%40.49
%17.45
%42.06

CMYK Percentages of Color #b54ebc

%4
%59
%0
%26

Triadic Colors of #b54ebc

#b54ebc #bcb54e #4ebcb5

Analogous Colors of #b54ebc

#b54ebc #bc4e8c #7e4ebc

Monochromatic Colors of #b54ebc

#b54ebc

Complementary Color

#b54ebc #55bc4e

#b54ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54ebc Color CSS Codes

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

#b54ebc Text Font Color

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

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


#b54ebc Background Color

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

This div background color is #b54ebc


#b54ebc Border Color

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

This div border color is #b54ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54ebc


Comments

No comments written yet.

Please login to write comment.