Color Hex Logo

#b01ee1 Color Hex

#B01EE1
(176,30,225)
0 Favorites   0 Comments

Color spaces of #b01ee1

RGB 17630225
HSL0.790.760.50
HSV285°87°88°
CMYK 0.220.870.00   0.12
XYZ31.959415.594972.5598
Yxy15.59490.26610.1298
Hunter Lab39.490475.3511-81.2964
CIE-Lab46.438578.5570-67.0404

#b01ee1 color RGB value is (176,30,225).

#b01ee1 hex color red value is 176, green value is 30 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b01ee1 hue: 0.79 , saturation: 0.76 and the lightness value of b01ee1 is 0.50.

The process color (four color CMYK) of #b01ee1 color hex is 0.22, 0.87, 0.00, 0.12. Web safe color of #b01ee1 is #9933cc. Color #b01ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011110 11100001
Octal 260 36 341
Decimal 176 30 225
Hex B0 1E E1

RGB Percentages of Color #b01ee1

%40.84
%6.96
%52.20

CMYK Percentages of Color #b01ee1

%22
%87
%0
%12

Triadic Colors of #b01ee1

#b01ee1 #e1b01e #1ee1b0

Analogous Colors of #b01ee1

#b01ee1 #e11eb1 #4e1ee1

Monochromatic Colors of #b01ee1

#b01ee1

Complementary Color

#b01ee1 #4fe11e

#b01ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01ee1 Color CSS Codes

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

#b01ee1 Text Font Color

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

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


#b01ee1 Background Color

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

This div background color is #b01ee1


#b01ee1 Border Color

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

This div border color is #b01ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01ee1


Comments

No comments written yet.

Please login to write comment.