Color Hex Logo

#b31cba Color Hex

#B31CBA
(179,28,186)
0 Favorites   0 Comments

Color spaces of #b31cba

RGB 17928186
HSL0.830.740.42
HSV297°85°73°
CMYK 0.040.850.00   0.27
XYZ27.868613.959447.6800
Yxy13.95940.31140.1560
Hunter Lab37.362367.7595-49.5095
CIE-Lab44.174772.7979-48.1265

#b31cba color RGB value is (179,28,186).

#b31cba hex color red value is 179, green value is 28 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b31cba hue: 0.83 , saturation: 0.74 and the lightness value of b31cba is 0.42.

The process color (four color CMYK) of #b31cba color hex is 0.04, 0.85, 0.00, 0.27. Web safe color of #b31cba is #cc33cc. Color #b31cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011100 10111010
Octal 263 34 272
Decimal 179 28 186
Hex B3 1C BA

RGB Percentages of Color #b31cba

%45.55
%7.12
%47.33

CMYK Percentages of Color #b31cba

%4
%85
%0
%27

Triadic Colors of #b31cba

#b31cba #bab31c #1cbab3

Analogous Colors of #b31cba

#b31cba #ba1c72 #641cba

Monochromatic Colors of #b31cba

#b31cba

Complementary Color

#b31cba #23ba1c

#b31cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31cba Color CSS Codes

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

#b31cba Text Font Color

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

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


#b31cba Background Color

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

This div background color is #b31cba


#b31cba Border Color

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

This div border color is #b31cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31cba


Comments

No comments written yet.

Please login to write comment.