Color Hex Logo

#b11eef Color Hex

#B11EEF
(177,30,239)
0 Favorites   0 Comments

Color spaces of #b11eef

RGB 17730239
HSL0.780.870.53
HSV282°87°94°
CMYK 0.260.870.00   0.06
XYZ34.175716.507783.0464
Yxy16.50770.25560.1234
Hunter Lab40.629779.0436-92.7471
CIE-Lab47.633781.2635-73.0198

#b11eef color RGB value is (177,30,239).

#b11eef hex color red value is 177, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b11eef hue: 0.78 , saturation: 0.87 and the lightness value of b11eef is 0.53.

The process color (four color CMYK) of #b11eef color hex is 0.26, 0.87, 0.00, 0.06. Web safe color of #b11eef is #9933ff. Color #b11eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011110 11101111
Octal 261 36 357
Decimal 177 30 239
Hex B1 1E EF

RGB Percentages of Color #b11eef

%39.69
%6.73
%53.59

CMYK Percentages of Color #b11eef

%26
%87
%0
%6

Triadic Colors of #b11eef

#b11eef #efb11e #1eefb1

Analogous Colors of #b11eef

#b11eef #ef1ec5 #481eef

Monochromatic Colors of #b11eef

#b11eef

Complementary Color

#b11eef #5cef1e

#b11eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11eef Color CSS Codes

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

#b11eef Text Font Color

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

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


#b11eef Background Color

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

This div background color is #b11eef


#b11eef Border Color

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

This div border color is #b11eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,30,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b11eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b11eef;
  -webkit-box-shadow: 1px 1px 3px 2px #b11eef;
  box-shadow:         1px 1px 3px 2px #b11eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,30,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11eef


Comments

No comments written yet.

Please login to write comment.