Color Hex Logo

#4e1ccc Color Hex

#4E1CCC
(78,28,204)
0 Favorites   0 Comments

Color spaces of #4e1ccc

RGB 7828204
HSL0.710.760.45
HSV257°86°80°
CMYK 0.620.860.00   0.20
XYZ14.45626.809857.6792
Yxy6.80980.18310.0863
Hunter Lab26.095653.2165-112.7820
CIE-Lab31.369962.7152-80.1542

#4e1ccc color RGB value is (78,28,204).

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

The process color (four color CMYK) of #4e1ccc color hex is 0.62, 0.86, 0.00, 0.20. Web safe color of #4e1ccc is #6633cc. Color #4e1ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00011100 11001100
Octal 116 34 314
Decimal 78 28 204
Hex 4E 1C CC

RGB Percentages of Color #4e1ccc

%25.16
%9.03
%65.81

CMYK Percentages of Color #4e1ccc

%62
%86
%0
%20

Triadic Colors of #4e1ccc

#4e1ccc #cc4e1c #1ccc4e

Analogous Colors of #4e1ccc

#4e1ccc #a61ccc #1c42cc

Monochromatic Colors of #4e1ccc

#4e1ccc

Complementary Color

#4e1ccc #9acc1c

#4e1ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e1ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e1ccc Color CSS Codes

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

#4e1ccc Text Font Color

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

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


#4e1ccc Background Color

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

This div background color is #4e1ccc


#4e1ccc Border Color

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

This div border color is #4e1ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e1ccc


Comments

No comments written yet.

Please login to write comment.