Color Hex Logo

#4d10ea Color Hex

#4D10EA
(77,16,234)
0 Favorites   0 Comments

Color spaces of #4d10ea

RGB 7716234
HSL0.710.870.49
HSV257°93°92°
CMYK 0.670.930.00   0.08
XYZ18.09717.888978.4108
Yxy7.88890.17330.0756
Hunter Lab28.087265.8583-145.8584
CIE-Lab33.750473.2057-93.4911

#4d10ea color RGB value is (77,16,234).

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

The process color (four color CMYK) of #4d10ea color hex is 0.67, 0.93, 0.00, 0.08. Web safe color of #4d10ea is #6600ff. Color #4d10ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00010000 11101010
Octal 115 20 352
Decimal 77 16 234
Hex 4D 10 EA

RGB Percentages of Color #4d10ea

%23.55
%4.89
%71.56

CMYK Percentages of Color #4d10ea

%67
%93
%0
%8

Triadic Colors of #4d10ea

#4d10ea #ea4d10 #10ea4d

Analogous Colors of #4d10ea

#4d10ea #ba10ea #1040ea

Monochromatic Colors of #4d10ea

#4d10ea

Complementary Color

#4d10ea #adea10

#4d10ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d10ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d10ea Color CSS Codes

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

#4d10ea Text Font Color

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

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


#4d10ea Background Color

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

This div background color is #4d10ea


#4d10ea Border Color

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

This div border color is #4d10ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,16,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d10ea


Comments

No comments written yet.

Please login to write comment.