Color Hex Logo

#b01eef Color Hex

#B01EEF
(176,30,239)
0 Favorites   0 Comments

Color spaces of #b01eef

RGB 17630239
HSL0.780.870.53
HSV282°87°94°
CMYK 0.260.870.00   0.06
XYZ33.948816.390683.0358
Yxy16.39060.25450.1229
Hunter Lab40.485378.8312-93.2647
CIE-Lab47.482881.1250-73.2720

#b01eef color RGB value is (176,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011110 11101111
Octal 260 36 357
Decimal 176 30 239
Hex B0 1E EF

RGB Percentages of Color #b01eef

%39.55
%6.74
%53.71

CMYK Percentages of Color #b01eef

%26
%87
%0
%6

Triadic Colors of #b01eef

#b01eef #efb01e #1eefb0

Analogous Colors of #b01eef

#b01eef #ef1ec6 #481eef

Monochromatic Colors of #b01eef

#b01eef

Complementary Color

#b01eef #5def1e

#b01eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01eef Color CSS Codes

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

#b01eef Text Font Color

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

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


#b01eef Background Color

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

This div background color is #b01eef


#b01eef Border Color

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

This div border color is #b01eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01eef


Comments

No comments written yet.

Please login to write comment.