Color Hex Logo

#4c16cd Color Hex

#4C16CD
(76,22,205)
0 Favorites   0 Comments

Color spaces of #4c16cd

RGB 7622205
HSL0.720.810.45
HSV258°89°80°
CMYK 0.630.890.00   0.20
XYZ14.28686.518158.2627
Yxy6.51810.18070.0824
Hunter Lab25.530655.2094-117.4329
CIE-Lab30.683764.6266-81.8813

#4c16cd color RGB value is (76,22,205).

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

The process color (four color CMYK) of #4c16cd color hex is 0.63, 0.89, 0.00, 0.20. Web safe color of #4c16cd is #3300cc. Color #4c16cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010110 11001101
Octal 114 26 315
Decimal 76 22 205
Hex 4C 16 CD

RGB Percentages of Color #4c16cd

%25.08
%7.26
%67.66

CMYK Percentages of Color #4c16cd

%63
%89
%0
%20

Triadic Colors of #4c16cd

#4c16cd #cd4c16 #16cd4c

Analogous Colors of #4c16cd

#4c16cd #a816cd #163bcd

Monochromatic Colors of #4c16cd

#4c16cd

Complementary Color

#4c16cd #97cd16

#4c16cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c16cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c16cd Color CSS Codes

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

#4c16cd Text Font Color

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

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


#4c16cd Background Color

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

This div background color is #4c16cd


#4c16cd Border Color

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

This div border color is #4c16cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c16cd


Comments

No comments written yet.

Please login to write comment.