Color Hex Logo

#b31eef Color Hex

#B31EEF
(179,30,239)
0 Favorites   0 Comments

Color spaces of #b31eef

RGB 17930239
HSL0.790.870.53
HSV283°87°94°
CMYK 0.250.870.00   0.06
XYZ34.634716.744283.0679
Yxy16.74420.25760.1245
Hunter Lab40.919779.4742-91.7163
CIE-Lab47.936181.5445-72.5141

#b31eef color RGB value is (179,30,239).

#b31eef hex color red value is 179, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b31eef hue: 0.79 , saturation: 0.87 and the lightness value of b31eef is 0.53.

The process color (four color CMYK) of #b31eef color hex is 0.25, 0.87, 0.00, 0.06. Web safe color of #b31eef is #cc33ff. Color #b31eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011110 11101111
Octal 263 36 357
Decimal 179 30 239
Hex B3 1E EF

RGB Percentages of Color #b31eef

%39.96
%6.70
%53.35

CMYK Percentages of Color #b31eef

%25
%87
%0
%6

Triadic Colors of #b31eef

#b31eef #efb31e #1eefb3

Analogous Colors of #b31eef

#b31eef #ef1ec3 #4a1eef

Monochromatic Colors of #b31eef

#b31eef

Complementary Color

#b31eef #5aef1e

#b31eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31eef Color CSS Codes

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

#b31eef Text Font Color

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

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


#b31eef Background Color

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

This div background color is #b31eef


#b31eef Border Color

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

This div border color is #b31eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31eef


Comments

No comments written yet.

Please login to write comment.