Color Hex Logo

#4c14cc Color Hex

#4C14CC
(76,20,204)
0 Favorites   0 Comments

Color spaces of #4c14cc

RGB 7620204
HSL0.720.820.44
HSV258°90°80°
CMYK 0.630.900.00   0.20
XYZ14.12976.396457.6167
Yxy6.39640.18080.0819
Hunter Lab25.291155.4654-117.3672
CIE-Lab30.391364.9088-81.7831

#4c14cc color RGB value is (76,20,204).

#4c14cc hex color red value is 76, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4c14cc hue: 0.72 , saturation: 0.82 and the lightness value of 4c14cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00010100 11001100
Octal 114 24 314
Decimal 76 20 204
Hex 4C 14 CC

RGB Percentages of Color #4c14cc

%25.33
%6.67
%68.00

CMYK Percentages of Color #4c14cc

%63
%90
%0
%20

Triadic Colors of #4c14cc

#4c14cc #cc4c14 #14cc4c

Analogous Colors of #4c14cc

#4c14cc #a814cc #1438cc

Monochromatic Colors of #4c14cc

#4c14cc

Complementary Color

#4c14cc #94cc14

#4c14cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c14cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c14cc Color CSS Codes

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

#4c14cc Text Font Color

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

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


#4c14cc Background Color

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

This div background color is #4c14cc


#4c14cc Border Color

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

This div border color is #4c14cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c14cc


Comments

No comments written yet.

Please login to write comment.