Color Hex Logo

#4c2cde Color Hex

#4C2CDE
(76,44,222)
0 Favorites   0 Comments

Color spaces of #4c2cde

RGB 7644222
HSL0.700.730.52
HSV251°80°87°
CMYK 0.660.800.00   0.13
XYZ17.06608.611869.8700
Yxy8.61180.17860.0901
Hunter Lab29.345952.4509-120.6223
CIE-Lab35.225961.2759-84.1866

#4c2cde color RGB value is (76,44,222).

#4c2cde hex color red value is 76, green value is 44 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4c2cde hue: 0.70 , saturation: 0.73 and the lightness value of 4c2cde is 0.52.

The process color (four color CMYK) of #4c2cde color hex is 0.66, 0.80, 0.00, 0.13. Web safe color of #4c2cde is #3333cc. Color #4c2cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101100 11011110
Octal 114 54 336
Decimal 76 44 222
Hex 4C 2C DE

RGB Percentages of Color #4c2cde

%22.22
%12.87
%64.91

CMYK Percentages of Color #4c2cde

%66
%80
%0
%13

Triadic Colors of #4c2cde

#4c2cde #de4c2c #2cde4c

Analogous Colors of #4c2cde

#4c2cde #a52cde #2c65de

Monochromatic Colors of #4c2cde

#4c2cde

Complementary Color

#4c2cde #bede2c

#4c2cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2cde Color CSS Codes

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

#4c2cde Text Font Color

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

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


#4c2cde Background Color

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

This div background color is #4c2cde


#4c2cde Border Color

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

This div border color is #4c2cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2cde


Comments

No comments written yet.

Please login to write comment.