Color Hex Logo

#b311c4 Color Hex

#B311C4
(179,17,196)
0 Favorites   0 Comments

Color spaces of #b311c4

RGB 17917196
HSL0.820.840.42
HSV294°91°77°
CMYK 0.090.910.00   0.23
XYZ28.754713.970153.4055
Yxy13.97010.29910.1453
Hunter Lab37.376671.9152-58.5528
CIE-Lab44.190076.2155-53.9508

#b311c4 color RGB value is (179,17,196).

#b311c4 hex color red value is 179, green value is 17 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b311c4 hue: 0.82 , saturation: 0.84 and the lightness value of b311c4 is 0.42.

The process color (four color CMYK) of #b311c4 color hex is 0.09, 0.91, 0.00, 0.23. Web safe color of #b311c4 is #cc00cc. Color #b311c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010001 11000100
Octal 263 21 304
Decimal 179 17 196
Hex B3 11 C4

RGB Percentages of Color #b311c4

%45.66
%4.34
%50.00

CMYK Percentages of Color #b311c4

%9
%91
%0
%23

Triadic Colors of #b311c4

#b311c4 #c4b311 #11c4b3

Analogous Colors of #b311c4

#b311c4 #c4117c #5a11c4

Monochromatic Colors of #b311c4

#b311c4

Complementary Color

#b311c4 #22c411

#b311c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b311c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b311c4 Color CSS Codes

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

#b311c4 Text Font Color

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

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


#b311c4 Background Color

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

This div background color is #b311c4


#b311c4 Border Color

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

This div border color is #b311c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b311c4


Comments

No comments written yet.

Please login to write comment.