Color Hex Logo

#4e3dec Color Hex

#4E3DEC
(78,61,236)
0 Favorites   0 Comments

Color spaces of #4e3dec

RGB 7861236
HSL0.680.820.58
HSV246°74°93°
CMYK 0.670.740.00   0.07
XYZ19.951011.013380.4311
Yxy11.01330.17910.0989
Hunter Lab33.186349.2350-120.4663
CIE-Lab39.602957.4846-84.9273

#4e3dec color RGB value is (78,61,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111101 11101100
Octal 116 75 354
Decimal 78 61 236
Hex 4E 3D EC

RGB Percentages of Color #4e3dec

%20.80
%16.27
%62.93

CMYK Percentages of Color #4e3dec

%67
%74
%0
%7

Triadic Colors of #4e3dec

#4e3dec #ec4e3d #3dec4e

Analogous Colors of #4e3dec

#4e3dec #a63dec #3d84ec

Monochromatic Colors of #4e3dec

#4e3dec

Complementary Color

#4e3dec #dbec3d

#4e3dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e3dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e3dec Color CSS Codes

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

#4e3dec Text Font Color

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

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


#4e3dec Background Color

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

This div background color is #4e3dec


#4e3dec Border Color

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

This div border color is #4e3dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e3dec


Comments

No comments written yet.

Please login to write comment.