Color Hex Logo

#b54cdb Color Hex

#B54CDB
(181,76,219)
0 Favorites   0 Comments

Color spaces of #b54cdb

RGB 18176219
HSL0.790.670.58
HSV284°65°86°
CMYK 0.170.650.00   0.14
XYZ34.426720.107169.0844
Yxy20.10710.27850.1627
Hunter Lab44.840958.5720-59.9567
CIE-Lab51.958163.4920-54.6890

#b54cdb color RGB value is (181,76,219).

#b54cdb hex color red value is 181, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b54cdb hue: 0.79 , saturation: 0.67 and the lightness value of b54cdb is 0.58.

The process color (four color CMYK) of #b54cdb color hex is 0.17, 0.65, 0.00, 0.14. Web safe color of #b54cdb is #cc33cc. Color #b54cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 11011011
Octal 265 114 333
Decimal 181 76 219
Hex B5 4C DB

RGB Percentages of Color #b54cdb

%38.03
%15.97
%46.01

CMYK Percentages of Color #b54cdb

%17
%65
%0
%14

Triadic Colors of #b54cdb

#b54cdb #dbb54c #4cdbb5

Analogous Colors of #b54cdb

#b54cdb #db4cba #6e4cdb

Monochromatic Colors of #b54cdb

#b54cdb

Complementary Color

#b54cdb #72db4c

#b54cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54cdb Color CSS Codes

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

#b54cdb Text Font Color

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

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


#b54cdb Background Color

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

This div background color is #b54cdb


#b54cdb Border Color

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

This div border color is #b54cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54cdb


Comments

No comments written yet.

Please login to write comment.