Color Hex Logo

#4e68ce Color Hex

#4E68CE
(78,104,206)
0 Favorites   0 Comments

Color spaces of #4e68ce

RGB 78104206
HSL0.630.570.56
HSV228°62°81°
CMYK 0.620.500.00   0.19
XYZ19.232815.976660.4626
Yxy15.97660.20100.1670
Hunter Lab39.970715.9404-61.7068
CIE-Lab46.943822.2334-55.8651

#4e68ce color RGB value is (78,104,206).

#4e68ce hex color red value is 78, green value is 104 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4e68ce hue: 0.63 , saturation: 0.57 and the lightness value of 4e68ce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01101000 11001110
Octal 116 150 316
Decimal 78 104 206
Hex 4E 68 CE

RGB Percentages of Color #4e68ce

%20.10
%26.80
%53.09

CMYK Percentages of Color #4e68ce

%62
%50
%0
%19

Triadic Colors of #4e68ce

#4e68ce #ce4e68 #68ce4e

Analogous Colors of #4e68ce

#4e68ce #744ece #4ea8ce

Monochromatic Colors of #4e68ce

#4e68ce

Complementary Color

#4e68ce #ceb44e

#4e68ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e68ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e68ce Color CSS Codes

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

#4e68ce Text Font Color

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

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


#4e68ce Background Color

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

This div background color is #4e68ce


#4e68ce Border Color

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

This div border color is #4e68ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,104,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e68ce


Comments

No comments written yet.

Please login to write comment.