Color Hex Logo

#4949ec Color Hex

#4949EC
(73,73,236)
0 Favorites   0 Comments

Color spaces of #4949ec

RGB 7373236
HSL0.670.810.61
HSV240°69°93°
CMYK 0.690.690.00   0.07
XYZ20.270512.237780.6506
Yxy12.23770.17910.1081
Hunter Lab34.982442.2122-112.2031
CIE-Lab41.591450.4909-81.6630

#4949ec color RGB value is (73,73,236).

#4949ec hex color red value is 73, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4949ec hue: 0.67 , saturation: 0.81 and the lightness value of 4949ec is 0.61.

The process color (four color CMYK) of #4949ec color hex is 0.69, 0.69, 0.00, 0.07. Web safe color of #4949ec is #3333ff. Color #4949ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 11101100
Octal 111 111 354
Decimal 73 73 236
Hex 49 49 EC

RGB Percentages of Color #4949ec

%19.11
%19.11
%61.78

CMYK Percentages of Color #4949ec

%69
%69
%0
%7

Triadic Colors of #4949ec

#4949ec #ec4949 #49ec49

Analogous Colors of #4949ec

#4949ec #9b49ec #499bec

Monochromatic Colors of #4949ec

#4949ec

Complementary Color

#4949ec #ecec49

#4949ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4949ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4949ec Color CSS Codes

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

#4949ec Text Font Color

<p style="color:#4949ec">Text here</p>

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


#4949ec Background Color

<div style="background-color:#4949ec">
Div content here</div>

This div background color is #4949ec


#4949ec Border Color

<div style="border:3px solid #4949ec">
Div here</div>

This div border color is #4949ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,73,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4949ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4949ec;
  -webkit-box-shadow: 1px 1px 3px 2px #4949ec;
  box-shadow:         1px 1px 3px 2px #4949ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4949ec


Comments

No comments written yet.

Please login to write comment.