Color Hex Logo

#b319cb Color Hex

#B319CB
(179,25,203)
0 Favorites   0 Comments

Color spaces of #b319cb

RGB 17925203
HSL0.810.780.45
HSV292°88°80°
CMYK 0.120.880.00   0.20
XYZ29.717514.590857.7499
Yxy14.59080.29120.1430
Hunter Lab38.197972.0245-62.8997
CIE-Lab45.068676.1339-56.6020

#b319cb color RGB value is (179,25,203).

#b319cb hex color red value is 179, green value is 25 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b319cb hue: 0.81 , saturation: 0.78 and the lightness value of b319cb is 0.45.

The process color (four color CMYK) of #b319cb color hex is 0.12, 0.88, 0.00, 0.20. Web safe color of #b319cb is #cc00cc. Color #b319cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 11001011
Octal 263 31 313
Decimal 179 25 203
Hex B3 19 CB

RGB Percentages of Color #b319cb

%43.98
%6.14
%49.88

CMYK Percentages of Color #b319cb

%12
%88
%0
%20

Triadic Colors of #b319cb

#b319cb #cbb319 #19cbb3

Analogous Colors of #b319cb

#b319cb #cb198a #5a19cb

Monochromatic Colors of #b319cb

#b319cb

Complementary Color

#b319cb #31cb19

#b319cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b319cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b319cb Color CSS Codes

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

#b319cb Text Font Color

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

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


#b319cb Background Color

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

This div background color is #b319cb


#b319cb Border Color

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

This div border color is #b319cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b319cb


Comments

No comments written yet.

Please login to write comment.