Color Hex Logo

#4e50cc Color Hex

#4E50CC
(78,80,204)
0 Favorites   0 Comments

Color spaces of #4e50cc

RGB 7880204
HSL0.660.550.55
HSV239°62°80°
CMYK 0.620.610.00   0.20
XYZ16.909611.716758.4970
Yxy11.71670.19410.1345
Hunter Lab34.229728.2778-77.3632
CIE-Lab40.762336.5478-64.7218

#4e50cc color RGB value is (78,80,204).

#4e50cc hex color red value is 78, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4e50cc hue: 0.66 , saturation: 0.55 and the lightness value of 4e50cc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010000 11001100
Octal 116 120 314
Decimal 78 80 204
Hex 4E 50 CC

RGB Percentages of Color #4e50cc

%21.55
%22.10
%56.35

CMYK Percentages of Color #4e50cc

%62
%61
%0
%20

Triadic Colors of #4e50cc

#4e50cc #cc4e50 #50cc4e

Analogous Colors of #4e50cc

#4e50cc #8b4ecc #4e8fcc

Monochromatic Colors of #4e50cc

#4e50cc

Complementary Color

#4e50cc #ccca4e

#4e50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e50cc Color CSS Codes

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

#4e50cc Text Font Color

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

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


#4e50cc Background Color

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

This div background color is #4e50cc


#4e50cc Border Color

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

This div border color is #4e50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e50cc


Comments

No comments written yet.

Please login to write comment.