Color Hex Logo

#b411ea Color Hex

#B411EA
(180,17,234)
0 Favorites   0 Comments

Color spaces of #b411ea

RGB 18017234
HSL0.790.860.49
HSV285°93°92°
CMYK 0.230.930.00   0.08
XYZ33.874116.044779.1535
Yxy16.04470.26240.1243
Hunter Lab40.055880.8547-89.1226
CIE-Lab47.033182.8031-71.1542

#b411ea color RGB value is (180,17,234).

#b411ea hex color red value is 180, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b411ea hue: 0.79 , saturation: 0.86 and the lightness value of b411ea is 0.49.

The process color (four color CMYK) of #b411ea color hex is 0.23, 0.93, 0.00, 0.08. Web safe color of #b411ea is #cc00ff. Color #b411ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 11101010
Octal 264 21 352
Decimal 180 17 234
Hex B4 11 EA

RGB Percentages of Color #b411ea

%41.76
%3.94
%54.29

CMYK Percentages of Color #b411ea

%23
%93
%0
%8

Triadic Colors of #b411ea

#b411ea #eab411 #11eab4

Analogous Colors of #b411ea

#b411ea #ea11b4 #4811ea

Monochromatic Colors of #b411ea

#b411ea

Complementary Color

#b411ea #47ea11

#b411ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b411ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b411ea Color CSS Codes

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

#b411ea Text Font Color

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

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


#b411ea Background Color

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

This div background color is #b411ea


#b411ea Border Color

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

This div border color is #b411ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b411ea


Comments

No comments written yet.

Please login to write comment.