Color Hex Logo

#b118cc Color Hex

#B118CC
(177,24,204)
0 Favorites   0 Comments

Color spaces of #b118cc

RGB 17724204
HSL0.810.790.45
HSV291°88°80°
CMYK 0.130.880.00   0.20
XYZ29.357214.360058.3512
Yxy14.36000.28760.1407
Hunter Lab37.894671.9696-64.7703
CIE-Lab44.744976.1522-57.7201

#b118cc color RGB value is (177,24,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011000 11001100
Octal 261 30 314
Decimal 177 24 204
Hex B1 18 CC

RGB Percentages of Color #b118cc

%43.70
%5.93
%50.37

CMYK Percentages of Color #b118cc

%13
%88
%0
%20

Triadic Colors of #b118cc

#b118cc #ccb118 #18ccb1

Analogous Colors of #b118cc

#b118cc #cc188d #5718cc

Monochromatic Colors of #b118cc

#b118cc

Complementary Color

#b118cc #33cc18

#b118cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b118cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b118cc Color CSS Codes

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

#b118cc Text Font Color

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

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


#b118cc Background Color

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

This div background color is #b118cc


#b118cc Border Color

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

This div border color is #b118cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b118cc


Comments

No comments written yet.

Please login to write comment.