Color Hex Logo

#b31cef Color Hex

#B31CEF
(179,28,239)
0 Favorites   0 Comments

Color spaces of #b31cef

RGB 17928239
HSL0.790.870.52
HSV283°88°94°
CMYK 0.250.880.00   0.06
XYZ34.585616.646283.0515
Yxy16.64620.25760.1240
Hunter Lab40.799879.9133-92.1302
CIE-Lab47.811181.9143-72.7175

#b31cef color RGB value is (179,28,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011100 11101111
Octal 263 34 357
Decimal 179 28 239
Hex B3 1C EF

RGB Percentages of Color #b31cef

%40.13
%6.28
%53.59

CMYK Percentages of Color #b31cef

%25
%88
%0
%6

Triadic Colors of #b31cef

#b31cef #efb31c #1cefb3

Analogous Colors of #b31cef

#b31cef #ef1cc2 #491cef

Monochromatic Colors of #b31cef

#b31cef

Complementary Color

#b31cef #58ef1c

#b31cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31cef Color CSS Codes

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

#b31cef Text Font Color

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

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


#b31cef Background Color

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

This div background color is #b31cef


#b31cef Border Color

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

This div border color is #b31cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31cef


Comments

No comments written yet.

Please login to write comment.