Color Hex Logo

#4e3cee Color Hex

#4E3CEE
(78,60,238)
0 Favorites   0 Comments

Color spaces of #4e3cee

RGB 7860238
HSL0.680.840.58
HSV246°75°93°
CMYK 0.670.750.00   0.07
XYZ20.190411.024581.9527
Yxy11.02450.17840.0974
Hunter Lab33.203250.4379-123.0985
CIE-Lab39.621758.5872-86.0277

#4e3cee color RGB value is (78,60,238).

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

The process color (four color CMYK) of #4e3cee color hex is 0.67, 0.75, 0.00, 0.07. Web safe color of #4e3cee is #6633ff. Color #4e3cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111100 11101110
Octal 116 74 356
Decimal 78 60 238
Hex 4E 3C EE

RGB Percentages of Color #4e3cee

%20.74
%15.96
%63.30

CMYK Percentages of Color #4e3cee

%67
%75
%0
%7

Triadic Colors of #4e3cee

#4e3cee #ee4e3c #3cee4e

Analogous Colors of #4e3cee

#4e3cee #a73cee #3c83ee

Monochromatic Colors of #4e3cee

#4e3cee

Complementary Color

#4e3cee #dcee3c

#4e3cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e3cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e3cee Color CSS Codes

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

#4e3cee Text Font Color

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

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


#4e3cee Background Color

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

This div background color is #4e3cee


#4e3cee Border Color

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

This div border color is #4e3cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e3cee


Comments

No comments written yet.

Please login to write comment.