Color Hex Logo

#b31ceb Color Hex

#B31CEB
(179,28,235)
0 Favorites   0 Comments

Color spaces of #b31ceb

RGB 17928235
HSL0.790.840.52
HSV284°88°92°
CMYK 0.240.880.00   0.08
XYZ34.001116.412479.9731
Yxy16.41240.26080.1259
Hunter Lab40.512278.9151-88.6828
CIE-Lab47.511081.1858-70.9488

#b31ceb color RGB value is (179,28,235).

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

The process color (four color CMYK) of #b31ceb color hex is 0.24, 0.88, 0.00, 0.08. Web safe color of #b31ceb is #cc33ff. Color #b31ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011100 11101011
Octal 263 34 353
Decimal 179 28 235
Hex B3 1C EB

RGB Percentages of Color #b31ceb

%40.50
%6.33
%53.17

CMYK Percentages of Color #b31ceb

%24
%88
%0
%8

Triadic Colors of #b31ceb

#b31ceb #ebb31c #1cebb3

Analogous Colors of #b31ceb

#b31ceb #eb1cbc #4b1ceb

Monochromatic Colors of #b31ceb

#b31ceb

Complementary Color

#b31ceb #54eb1c

#b31ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31ceb Color CSS Codes

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

#b31ceb Text Font Color

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

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


#b31ceb Background Color

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

This div background color is #b31ceb


#b31ceb Border Color

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

This div border color is #b31ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31ceb


Comments

No comments written yet.

Please login to write comment.