Color Hex Logo

#4939ea Color Hex

#4939EA
(73,57,234)
0 Favorites   0 Comments

Color spaces of #4939ea

RGB 7357234
HSL0.680.810.57
HSV245°76°92°
CMYK 0.690.760.00   0.08
XYZ19.062110.283278.8221
Yxy10.28320.17620.0951
Hunter Lab32.067449.9892-123.2883
CIE-Lab38.346058.4218-85.8806

#4939ea color RGB value is (73,57,234).

#4939ea hex color red value is 73, green value is 57 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4939ea hue: 0.68 , saturation: 0.81 and the lightness value of 4939ea is 0.57.

The process color (four color CMYK) of #4939ea color hex is 0.69, 0.76, 0.00, 0.08. Web safe color of #4939ea is #3333ff. Color #4939ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 11101010
Octal 111 71 352
Decimal 73 57 234
Hex 49 39 EA

RGB Percentages of Color #4939ea

%20.05
%15.66
%64.29

CMYK Percentages of Color #4939ea

%69
%76
%0
%8

Triadic Colors of #4939ea

#4939ea #ea4939 #39ea49

Analogous Colors of #4939ea

#4939ea #a239ea #3982ea

Monochromatic Colors of #4939ea

#4939ea

Complementary Color

#4939ea #daea39

#4939ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4939ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4939ea Color CSS Codes

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

#4939ea Text Font Color

<p style="color:#4939ea">Text here</p>

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


#4939ea Background Color

<div style="background-color:#4939ea">
Div content here</div>

This div background color is #4939ea


#4939ea Border Color

<div style="border:3px solid #4939ea">
Div here</div>

This div border color is #4939ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,57,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4939ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4939ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4939ea;
  box-shadow:         1px 1px 3px 2px #4939ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,57,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 #4939ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4939ea


Comments

No comments written yet.

Please login to write comment.