Color Hex Logo

#b31ccc Color Hex

#B31CCC
(179,28,204)
0 Favorites   0 Comments

Color spaces of #b31ccc

RGB 17928204
HSL0.810.760.45
HSV291°86°80°
CMYK 0.120.860.00   0.20
XYZ29.904714.773858.4022
Yxy14.77380.29010.1433
Hunter Lab38.436771.6132-63.1818
CIE-Lab45.322875.7491-56.7709

#b31ccc color RGB value is (179,28,204).

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

The process color (four color CMYK) of #b31ccc color hex is 0.12, 0.86, 0.00, 0.20. Web safe color of #b31ccc is #cc33cc. Color #b31ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011100 11001100
Octal 263 34 314
Decimal 179 28 204
Hex B3 1C CC

RGB Percentages of Color #b31ccc

%43.55
%6.81
%49.64

CMYK Percentages of Color #b31ccc

%12
%86
%0
%20

Triadic Colors of #b31ccc

#b31ccc #ccb31c #1cccb3

Analogous Colors of #b31ccc

#b31ccc #cc1c8d #5b1ccc

Monochromatic Colors of #b31ccc

#b31ccc

Complementary Color

#b31ccc #35cc1c

#b31ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31ccc Color CSS Codes

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

#b31ccc Text Font Color

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

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


#b31ccc Background Color

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

This div background color is #b31ccc


#b31ccc Border Color

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

This div border color is #b31ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31ccc


Comments

No comments written yet.

Please login to write comment.