Color Hex Logo

#b518bb Color Hex

#B518BB
(181,24,187)
0 Favorites   0 Comments

Color spaces of #b518bb

RGB 18124187
HSL0.830.770.41
HSV298°87°73°
CMYK 0.030.870.00   0.27
XYZ28.352314.064948.2342
Yxy14.06490.31280.1552
Hunter Lab37.503269.3148-50.0027
CIE-Lab44.325974.0569-48.4519

#b518bb color RGB value is (181,24,187).

#b518bb hex color red value is 181, green value is 24 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b518bb hue: 0.83 , saturation: 0.77 and the lightness value of b518bb is 0.41.

The process color (four color CMYK) of #b518bb color hex is 0.03, 0.87, 0.00, 0.27. Web safe color of #b518bb is #cc00cc. Color #b518bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011000 10111011
Octal 265 30 273
Decimal 181 24 187
Hex B5 18 BB

RGB Percentages of Color #b518bb

%46.17
%6.12
%47.70

CMYK Percentages of Color #b518bb

%3
%87
%0
%27

Triadic Colors of #b518bb

#b518bb #bbb518 #18bbb5

Analogous Colors of #b518bb

#b518bb #bb1870 #6418bb

Monochromatic Colors of #b518bb

#b518bb

Complementary Color

#b518bb #1ebb18

#b518bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b518bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b518bb Color CSS Codes

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

#b518bb Text Font Color

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

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


#b518bb Background Color

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

This div background color is #b518bb


#b518bb Border Color

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

This div border color is #b518bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b518bb


Comments

No comments written yet.

Please login to write comment.