Color Hex Logo

#b031ea Color Hex

#B031EA
(176,49,234)
0 Favorites   0 Comments

Color spaces of #b031ea

RGB 17649234
HSL0.780.810.55
HSV281°79°92°
CMYK 0.250.790.00   0.08
XYZ33.854117.367279.4098
Yxy17.36720.25920.1329
Hunter Lab41.674072.0761-83.8054
CIE-Lab48.719475.4647-68.4406

#b031ea color RGB value is (176,49,234).

#b031ea hex color red value is 176, green value is 49 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b031ea hue: 0.78 , saturation: 0.81 and the lightness value of b031ea is 0.55.

The process color (four color CMYK) of #b031ea color hex is 0.25, 0.79, 0.00, 0.08. Web safe color of #b031ea is #9933ff. Color #b031ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110001 11101010
Octal 260 61 352
Decimal 176 49 234
Hex B0 31 EA

RGB Percentages of Color #b031ea

%38.34
%10.68
%50.98

CMYK Percentages of Color #b031ea

%25
%79
%0
%8

Triadic Colors of #b031ea

#b031ea #eab031 #31eab0

Analogous Colors of #b031ea

#b031ea #ea31c8 #5431ea

Monochromatic Colors of #b031ea

#b031ea

Complementary Color

#b031ea #6bea31

#b031ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b031ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b031ea Color CSS Codes

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

#b031ea Text Font Color

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

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


#b031ea Background Color

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

This div background color is #b031ea


#b031ea Border Color

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

This div border color is #b031ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b031ea


Comments

No comments written yet.

Please login to write comment.