Color Hex Logo

#4e41cc Color Hex

#4E41CC
(78,65,204)
0 Favorites   0 Comments

Color spaces of #4e41cc

RGB 7865204
HSL0.680.580.53
HSV246°68°80°
CMYK 0.620.680.00   0.20
XYZ15.93139.759958.1709
Yxy9.75990.19000.1164
Hunter Lab31.240836.3548-88.5303
CIE-Lab37.408045.4745-70.2023

#4e41cc color RGB value is (78,65,204).

#4e41cc hex color red value is 78, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4e41cc hue: 0.68 , saturation: 0.58 and the lightness value of 4e41cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01000001 11001100
Octal 116 101 314
Decimal 78 65 204
Hex 4E 41 CC

RGB Percentages of Color #4e41cc

%22.48
%18.73
%58.79

CMYK Percentages of Color #4e41cc

%62
%68
%0
%20

Triadic Colors of #4e41cc

#4e41cc #cc4e41 #41cc4e

Analogous Colors of #4e41cc

#4e41cc #9441cc #417acc

Monochromatic Colors of #4e41cc

#4e41cc

Complementary Color

#4e41cc #bfcc41

#4e41cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e41cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e41cc Color CSS Codes

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

#4e41cc Text Font Color

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

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


#4e41cc Background Color

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

This div background color is #4e41cc


#4e41cc Border Color

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

This div border color is #4e41cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e41cc


Comments

No comments written yet.

Please login to write comment.