Color Hex Logo

#b31ebc Color Hex

#B31EBC
(179,30,188)
0 Favorites   0 Comments

Color spaces of #b31ebc

RGB 17930188
HSL0.820.720.43
HSV297°84°74°
CMYK 0.050.840.00   0.26
XYZ28.131814.143148.8241
Yxy14.14310.30880.1552
Hunter Lab37.607367.7125-50.6488
CIE-Lab44.437572.7076-48.8785

#b31ebc color RGB value is (179,30,188).

#b31ebc hex color red value is 179, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b31ebc hue: 0.82 , saturation: 0.72 and the lightness value of b31ebc is 0.43.

The process color (four color CMYK) of #b31ebc color hex is 0.05, 0.84, 0.00, 0.26. Web safe color of #b31ebc is #cc33cc. Color #b31ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011110 10111100
Octal 263 36 274
Decimal 179 30 188
Hex B3 1E BC

RGB Percentages of Color #b31ebc

%45.09
%7.56
%47.36

CMYK Percentages of Color #b31ebc

%5
%84
%0
%26

Triadic Colors of #b31ebc

#b31ebc #bcb31e #1ebcb3

Analogous Colors of #b31ebc

#b31ebc #bc1e76 #641ebc

Monochromatic Colors of #b31ebc

#b31ebc

Complementary Color

#b31ebc #27bc1e

#b31ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31ebc Color CSS Codes

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

#b31ebc Text Font Color

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

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


#b31ebc Background Color

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

This div background color is #b31ebc


#b31ebc Border Color

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

This div border color is #b31ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31ebc


Comments

No comments written yet.

Please login to write comment.