Color Hex Logo

#b511ea Color Hex

#B511EA
(181,17,234)
0 Favorites   0 Comments

Color spaces of #b511ea

RGB 18117234
HSL0.790.860.49
HSV285°93°92°
CMYK 0.230.930.00   0.08
XYZ34.107816.165279.1644
Yxy16.16520.26350.1249
Hunter Lab40.206081.0659-88.5961
CIE-Lab47.190582.9380-70.8910

#b511ea color RGB value is (181,17,234).

#b511ea hex color red value is 181, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b511ea hue: 0.79 , saturation: 0.86 and the lightness value of b511ea is 0.49.

The process color (four color CMYK) of #b511ea color hex is 0.23, 0.93, 0.00, 0.08. Web safe color of #b511ea is #cc00ff. Color #b511ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010001 11101010
Octal 265 21 352
Decimal 181 17 234
Hex B5 11 EA

RGB Percentages of Color #b511ea

%41.90
%3.94
%54.17

CMYK Percentages of Color #b511ea

%23
%93
%0
%8

Triadic Colors of #b511ea

#b511ea #eab511 #11eab5

Analogous Colors of #b511ea

#b511ea #ea11b3 #4811ea

Monochromatic Colors of #b511ea

#b511ea

Complementary Color

#b511ea #46ea11

#b511ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b511ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b511ea Color CSS Codes

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

#b511ea Text Font Color

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

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


#b511ea Background Color

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

This div background color is #b511ea


#b511ea Border Color

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

This div border color is #b511ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b511ea


Comments

No comments written yet.

Please login to write comment.