Color Hex Logo

#b54cbd Color Hex

#B54CBD
(181,76,189)
0 Favorites   0 Comments

Color spaces of #b54cbd

RGB 18176189
HSL0.820.460.52
HSV296°60°74°
CMYK 0.040.600.00   0.26
XYZ30.825818.666850.1225
Yxy18.66680.30940.1874
Hunter Lab43.205151.7466-38.5391
CIE-Lab50.295157.7732-40.1243

#b54cbd color RGB value is (181,76,189).

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

The process color (four color CMYK) of #b54cbd color hex is 0.04, 0.60, 0.00, 0.26. Web safe color of #b54cbd is #cc33cc. Color #b54cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 10111101
Octal 265 114 275
Decimal 181 76 189
Hex B5 4C BD

RGB Percentages of Color #b54cbd

%40.58
%17.04
%42.38

CMYK Percentages of Color #b54cbd

%4
%60
%0
%26

Triadic Colors of #b54cbd

#b54cbd #bdb54c #4cbdb5

Analogous Colors of #b54cbd

#b54cbd #bd4c8d #7d4cbd

Monochromatic Colors of #b54cbd

#b54cbd

Complementary Color

#b54cbd #54bd4c

#b54cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54cbd Color CSS Codes

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

#b54cbd Text Font Color

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

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


#b54cbd Background Color

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

This div background color is #b54cbd


#b54cbd Border Color

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

This div border color is #b54cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54cbd


Comments

No comments written yet.

Please login to write comment.