Color Hex Logo

#4d0eee Color Hex

#4D0EEE
(77,14,238)
0 Favorites   0 Comments

Color spaces of #4d0eee

RGB 7714238
HSL0.710.890.49
HSV257°94°93°
CMYK 0.680.940.00   0.07
XYZ18.65028.064981.4626
Yxy8.06490.17240.0746
Hunter Lab28.398867.5277-150.1958
CIE-Lab34.117774.5238-95.1541

#4d0eee color RGB value is (77,14,238).

#4d0eee hex color red value is 77, green value is 14 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4d0eee hue: 0.71 , saturation: 0.89 and the lightness value of 4d0eee is 0.49.

The process color (four color CMYK) of #4d0eee color hex is 0.68, 0.94, 0.00, 0.07. Web safe color of #4d0eee is #6600ff. Color #4d0eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00001110 11101110
Octal 115 16 356
Decimal 77 14 238
Hex 4D E EE

RGB Percentages of Color #4d0eee

%23.40
%4.26
%72.34

CMYK Percentages of Color #4d0eee

%68
%94
%0
%7

Triadic Colors of #4d0eee

#4d0eee #ee4d0e #0eee4d

Analogous Colors of #4d0eee

#4d0eee #bd0eee #0e3fee

Monochromatic Colors of #4d0eee

#4d0eee

Complementary Color

#4d0eee #afee0e

#4d0eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d0eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d0eee Color CSS Codes

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

#4d0eee Text Font Color

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

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


#4d0eee Background Color

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

This div background color is #4d0eee


#4d0eee Border Color

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

This div border color is #4d0eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d0eee


Comments

No comments written yet.

Please login to write comment.