Color Hex Logo

#b113cc Color Hex

#B113CC
(177,19,204)
0 Favorites   0 Comments

Color spaces of #b113cc

RGB 17719204
HSL0.810.830.44
HSV291°91°80°
CMYK 0.130.910.00   0.20
XYZ29.263414.172558.3200
Yxy14.17250.28760.1393
Hunter Lab37.646472.8710-65.4968
CIE-Lab44.479376.9364-58.1489

#b113cc color RGB value is (177,19,204).

#b113cc hex color red value is 177, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b113cc hue: 0.81 , saturation: 0.83 and the lightness value of b113cc is 0.44.

The process color (four color CMYK) of #b113cc color hex is 0.13, 0.91, 0.00, 0.20. Web safe color of #b113cc is #9900cc. Color #b113cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010011 11001100
Octal 261 23 314
Decimal 177 19 204
Hex B1 13 CC

RGB Percentages of Color #b113cc

%44.25
%4.75
%51.00

CMYK Percentages of Color #b113cc

%13
%91
%0
%20

Triadic Colors of #b113cc

#b113cc #ccb113 #13ccb1

Analogous Colors of #b113cc

#b113cc #cc138b #5413cc

Monochromatic Colors of #b113cc

#b113cc

Complementary Color

#b113cc #2ecc13

#b113cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b113cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b113cc Color CSS Codes

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

#b113cc Text Font Color

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

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


#b113cc Background Color

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

This div background color is #b113cc


#b113cc Border Color

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

This div border color is #b113cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,19,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 #b113cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b113cc


Comments

No comments written yet.

Please login to write comment.