Color Hex Logo

#b100e4 Color Hex

#B100E4
(177,0,228)
0 Favorites   0 Comments

Color spaces of #b100e4

RGB 1770228
HSL0.801.000.45
HSV287°100°89°
CMYK 0.221.000.00   0.11
XYZ32.135114.948574.5904
Yxy14.94850.26410.1229
Hunter Lab38.663380.7000-87.3198
CIE-Lab45.563682.9640-70.1635

#b100e4 color RGB value is (177,0,228).

#b100e4 hex color red value is 177, green value is 0 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #b100e4 hue: 0.80 , saturation: 1.00 and the lightness value of b100e4 is 0.45.

The process color (four color CMYK) of #b100e4 color hex is 0.22, 1.00, 0.00, 0.11. Web safe color of #b100e4 is #9900cc. Color #b100e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000000 11100100
Octal 261 0 344
Decimal 177 0 228
Hex B1 0 E4

RGB Percentages of Color #b100e4

%43.70
%0.00
%56.30

CMYK Percentages of Color #b100e4

%22
%100
%0
%11

Triadic Colors of #b100e4

#b100e4 #e4b100 #00e4b1

Analogous Colors of #b100e4

#b100e4 #e400a5 #3f00e4

Monochromatic Colors of #b100e4

#b100e4

Complementary Color

#b100e4 #33e400

#b100e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b100e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b100e4 Color CSS Codes

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

#b100e4 Text Font Color

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

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


#b100e4 Background Color

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

This div background color is #b100e4


#b100e4 Border Color

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

This div border color is #b100e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b100e4


Comments

No comments written yet.

Please login to write comment.