color codes Logo

#b54dbc color codes

#B54DBC
(181,77,188)
0 Favorites   0 Comments

Color spaces of #b54dbc

RGB 18177188
HSL0.820.450.52
HSV296°59°74°
CMYK 0.040.590.00   0.26
XYZ30.787018.762449.5758
Yxy18.76240.31060.1893
Hunter Lab43.315651.0684-37.5380
CIE-Lab50.408157.1421-39.3660

#b54dbc color RGB value is (181,77,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001101 10111100
Octal 265 115 274
Decimal 181 77 188
Hex B5 4D BC

RGB Percentages of Color #b54dbc

%40.58
%17.26
%42.15

CMYK Percentages of Color #b54dbc

%4
%59
%0
%26

Triadic Colors of #b54dbc

#b54dbc #bcb54d #4dbcb5

Analogous Colors of #b54dbc

#b54dbc #bc4d8c #7e4dbc

Monochromatic Colors of #b54dbc

#b54dbc

Complementary Color

#b54dbc #54bc4d

#b54dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54dbc Color CSS Codes

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

#b54dbc Text Font Color

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

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


#b54dbc Background Color

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

This div background color is #b54dbc


#b54dbc Border Color

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

This div border color is #b54dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54dbc


Comments

No comments written yet.

Please login to write comment.