Color Hex Logo

#b511ee Color Hex

#B511EE
(181,17,238)
0 Favorites   0 Comments

Color spaces of #b511ee

RGB 18117238
HSL0.790.870.50
HSV285°93°93°
CMYK 0.240.930.00   0.07
XYZ34.689116.397782.2257
Yxy16.39770.26020.1230
Hunter Lab40.494182.0467-92.0461
CIE-Lab47.492083.6456-72.6601

#b511ee color RGB value is (181,17,238).

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

The process color (four color CMYK) of #b511ee color hex is 0.24, 0.93, 0.00, 0.07. Web safe color of #b511ee is #cc00ff. Color #b511ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010001 11101110
Octal 265 21 356
Decimal 181 17 238
Hex B5 11 EE

RGB Percentages of Color #b511ee

%41.51
%3.90
%54.59

CMYK Percentages of Color #b511ee

%24
%93
%0
%7

Triadic Colors of #b511ee

#b511ee #eeb511 #11eeb5

Analogous Colors of #b511ee

#b511ee #ee11b9 #4711ee

Monochromatic Colors of #b511ee

#b511ee

Complementary Color

#b511ee #4aee11

#b511ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b511ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b511ee Color CSS Codes

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

#b511ee Text Font Color

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

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


#b511ee Background Color

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

This div background color is #b511ee


#b511ee Border Color

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

This div border color is #b511ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b511ee


Comments

No comments written yet.

Please login to write comment.