Color Hex Logo

#4c1bcc Color Hex

#4C1BCC
(76,27,204)
0 Favorites   0 Comments

Color spaces of #4c1bcc

RGB 7627204
HSL0.710.770.45
HSV257°87°80°
CMYK 0.630.870.00   0.20
XYZ14.27156.680057.6639
Yxy6.68000.18150.0850
Hunter Lab25.845753.3343-114.1889
CIE-Lab31.067062.8792-80.6622

#4c1bcc color RGB value is (76,27,204).

#4c1bcc hex color red value is 76, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4c1bcc hue: 0.71 , saturation: 0.77 and the lightness value of 4c1bcc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011011 11001100
Octal 114 33 314
Decimal 76 27 204
Hex 4C 1B CC

RGB Percentages of Color #4c1bcc

%24.76
%8.79
%66.45

CMYK Percentages of Color #4c1bcc

%63
%87
%0
%20

Triadic Colors of #4c1bcc

#4c1bcc #cc4c1b #1bcc4c

Analogous Colors of #4c1bcc

#4c1bcc #a51bcc #1b42cc

Monochromatic Colors of #4c1bcc

#4c1bcc

Complementary Color

#4c1bcc #9bcc1b

#4c1bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1bcc Color CSS Codes

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

#4c1bcc Text Font Color

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

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


#4c1bcc Background Color

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

This div background color is #4c1bcc


#4c1bcc Border Color

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

This div border color is #4c1bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1bcc


Comments

No comments written yet.

Please login to write comment.