Color Hex Logo

#4c16bb Color Hex

#4C16BB
(76,22,187)
0 Favorites   0 Comments

Color spaces of #4c16bb

RGB 7622187
HSL0.720.790.41
HSV260°88°73°
CMYK 0.590.880.00   0.27
XYZ12.23705.698247.4686
Yxy5.69820.18710.0871
Hunter Lab23.870949.7308-101.1918
CIE-Lab28.637960.0685-74.6891

#4c16bb color RGB value is (76,22,187).

#4c16bb hex color red value is 76, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4c16bb hue: 0.72 , saturation: 0.79 and the lightness value of 4c16bb is 0.41.

The process color (four color CMYK) of #4c16bb color hex is 0.59, 0.88, 0.00, 0.27. Web safe color of #4c16bb is #3300cc. Color #4c16bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010110 10111011
Octal 114 26 273
Decimal 76 22 187
Hex 4C 16 BB

RGB Percentages of Color #4c16bb

%26.67
%7.72
%65.61

CMYK Percentages of Color #4c16bb

%59
%88
%0
%27

Triadic Colors of #4c16bb

#4c16bb #bb4c16 #16bb4c

Analogous Colors of #4c16bb

#4c16bb #9f16bb #1632bb

Monochromatic Colors of #4c16bb

#4c16bb

Complementary Color

#4c16bb #85bb16

#4c16bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c16bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c16bb Color CSS Codes

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

#4c16bb Text Font Color

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

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


#4c16bb Background Color

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

This div background color is #4c16bb


#4c16bb Border Color

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

This div border color is #4c16bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,22,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c16bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c16bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4c16bb;
  box-shadow:         1px 1px 3px 2px #4c16bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,22,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c16bb


Comments

No comments written yet.

Please login to write comment.