Color Hex Logo

#4944ea Color Hex

#4944EA
(73,68,234)
0 Favorites   0 Comments

Color spaces of #4944ea

RGB 7368234
HSL0.670.800.59
HSV242°71°92°
CMYK 0.690.710.00   0.08
XYZ19.666111.491279.0234
Yxy11.49120.17850.1043
Hunter Lab33.898744.2330-114.4857
CIE-Lab40.395852.6457-82.4992

#4944ea color RGB value is (73,68,234).

#4944ea hex color red value is 73, green value is 68 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4944ea hue: 0.67 , saturation: 0.80 and the lightness value of 4944ea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 11101010
Octal 111 104 352
Decimal 73 68 234
Hex 49 44 EA

RGB Percentages of Color #4944ea

%19.47
%18.13
%62.40

CMYK Percentages of Color #4944ea

%69
%71
%0
%8

Triadic Colors of #4944ea

#4944ea #ea4944 #44ea49

Analogous Colors of #4944ea

#4944ea #9c44ea #4492ea

Monochromatic Colors of #4944ea

#4944ea

Complementary Color

#4944ea #e5ea44

#4944ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4944ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4944ea Color CSS Codes

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

#4944ea Text Font Color

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

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


#4944ea Background Color

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

This div background color is #4944ea


#4944ea Border Color

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

This div border color is #4944ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4944ea


Comments

No comments written yet.

Please login to write comment.