Color Hex Logo

#b611ea Color Hex

#B611EA
(182,17,234)
0 Favorites   0 Comments

Color spaces of #b611ea

RGB 18217234
HSL0.790.860.49
HSV286°93°92°
CMYK 0.220.930.00   0.08
XYZ34.343116.286579.1754
Yxy16.28650.26460.1255
Hunter Lab40.356581.2782-88.0713
CIE-Lab47.348183.0737-70.6275

#b611ea color RGB value is (182,17,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 11101010
Octal 266 21 352
Decimal 182 17 234
Hex B6 11 EA

RGB Percentages of Color #b611ea

%42.03
%3.93
%54.04

CMYK Percentages of Color #b611ea

%22
%93
%0
%8

Triadic Colors of #b611ea

#b611ea #eab611 #11eab6

Analogous Colors of #b611ea

#b611ea #ea11b2 #4911ea

Monochromatic Colors of #b611ea

#b611ea

Complementary Color

#b611ea #45ea11

#b611ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b611ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b611ea Color CSS Codes

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

#b611ea Text Font Color

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

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


#b611ea Background Color

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

This div background color is #b611ea


#b611ea Border Color

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

This div border color is #b611ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b611ea


Comments

No comments written yet.

Please login to write comment.