Color Hex Logo

#4e2ded Color Hex

#4E2DED
(78,45,237)
0 Favorites   0 Comments

Color spaces of #4e2ded

RGB 7845237
HSL0.700.840.55
HSV250°81°93°
CMYK 0.670.810.00   0.07
XYZ19.36639.610980.9551
Yxy9.61090.17620.0874
Hunter Lab31.001557.2546-133.1249
CIE-Lab37.134865.1909-89.5742

#4e2ded color RGB value is (78,45,237).

#4e2ded hex color red value is 78, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4e2ded hue: 0.70 , saturation: 0.84 and the lightness value of 4e2ded is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101101 11101101
Octal 116 55 355
Decimal 78 45 237
Hex 4E 2D ED

RGB Percentages of Color #4e2ded

%21.67
%12.50
%65.83

CMYK Percentages of Color #4e2ded

%67
%81
%0
%7

Triadic Colors of #4e2ded

#4e2ded #ed4e2d #2ded4e

Analogous Colors of #4e2ded

#4e2ded #ae2ded #2d6ced

Monochromatic Colors of #4e2ded

#4e2ded

Complementary Color

#4e2ded #cced2d

#4e2ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e2ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e2ded Color CSS Codes

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

#4e2ded Text Font Color

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

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


#4e2ded Background Color

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

This div background color is #4e2ded


#4e2ded Border Color

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

This div border color is #4e2ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e2ded


Comments

No comments written yet.

Please login to write comment.