Color Hex Logo

#4e63ce Color Hex

#4E63CE
(78,99,206)
0 Favorites   0 Comments

Color spaces of #4e63ce

RGB 7899206
HSL0.640.570.56
HSV230°62°81°
CMYK 0.620.520.00   0.19
XYZ18.744314.999660.2998
Yxy14.99960.19930.1595
Hunter Lab38.729318.6145-65.2013
CIE-Lab45.633625.3739-57.9762

#4e63ce color RGB value is (78,99,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100011 11001110
Octal 116 143 316
Decimal 78 99 206
Hex 4E 63 CE

RGB Percentages of Color #4e63ce

%20.37
%25.85
%53.79

CMYK Percentages of Color #4e63ce

%62
%52
%0
%19

Triadic Colors of #4e63ce

#4e63ce #ce4e63 #63ce4e

Analogous Colors of #4e63ce

#4e63ce #794ece #4ea3ce

Monochromatic Colors of #4e63ce

#4e63ce

Complementary Color

#4e63ce #ceb94e

#4e63ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e63ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e63ce Color CSS Codes

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

#4e63ce Text Font Color

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

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


#4e63ce Background Color

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

This div background color is #4e63ce


#4e63ce Border Color

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

This div border color is #4e63ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e63ce


Comments

No comments written yet.

Please login to write comment.