Color Hex Logo

#4c0cde Color Hex

#4C0CDE
(76,12,222)
0 Favorites   0 Comments

Color spaces of #4c0cde

RGB 7612222
HSL0.720.900.46
HSV258°95°87°
CMYK 0.660.950.00   0.13
XYZ16.29687.073469.6136
Yxy7.07340.17530.0761
Hunter Lab26.595962.8343-136.5721
CIE-Lab31.973470.9918-89.5830

#4c0cde color RGB value is (76,12,222).

#4c0cde hex color red value is 76, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4c0cde hue: 0.72 , saturation: 0.90 and the lightness value of 4c0cde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00001100 11011110
Octal 114 14 336
Decimal 76 12 222
Hex 4C C DE

RGB Percentages of Color #4c0cde

%24.52
%3.87
%71.61

CMYK Percentages of Color #4c0cde

%66
%95
%0
%13

Triadic Colors of #4c0cde

#4c0cde #de4c0c #0cde4c

Analogous Colors of #4c0cde

#4c0cde #b50cde #0c35de

Monochromatic Colors of #4c0cde

#4c0cde

Complementary Color

#4c0cde #9ede0c

#4c0cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0cde Color CSS Codes

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

#4c0cde Text Font Color

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

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


#4c0cde Background Color

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

This div background color is #4c0cde


#4c0cde Border Color

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

This div border color is #4c0cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0cde


Comments

No comments written yet.

Please login to write comment.