Color Hex Logo

#4922e1 Color Hex

#4922E1
(73,34,225)
0 Favorites   0 Comments

Color spaces of #4922e1

RGB 7334225
HSL0.700.760.51
HSV252°85°88°
CMYK 0.680.850.00   0.12
XYZ16.91037.996871.8864
Yxy7.99680.17470.0826
Hunter Lab28.278657.2535-130.9247
CIE-Lab33.976265.8019-87.9849

#4922e1 color RGB value is (73,34,225).

#4922e1 hex color red value is 73, green value is 34 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #4922e1 hue: 0.70 , saturation: 0.76 and the lightness value of 4922e1 is 0.51.

The process color (four color CMYK) of #4922e1 color hex is 0.68, 0.85, 0.00, 0.12. Web safe color of #4922e1 is #3333cc. Color #4922e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100010 11100001
Octal 111 42 341
Decimal 73 34 225
Hex 49 22 E1

RGB Percentages of Color #4922e1

%21.99
%10.24
%67.77

CMYK Percentages of Color #4922e1

%68
%85
%0
%12

Triadic Colors of #4922e1

#4922e1 #e14922 #22e149

Analogous Colors of #4922e1

#4922e1 #a922e1 #225be1

Monochromatic Colors of #4922e1

#4922e1

Complementary Color

#4922e1 #bae122

#4922e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4922e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4922e1 Color CSS Codes

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

#4922e1 Text Font Color

<p style="color:#4922e1">Text here</p>

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


#4922e1 Background Color

<div style="background-color:#4922e1">
Div content here</div>

This div background color is #4922e1


#4922e1 Border Color

<div style="border:3px solid #4922e1">
Div here</div>

This div border color is #4922e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,34,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4922e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4922e1;
  -webkit-box-shadow: 1px 1px 3px 2px #4922e1;
  box-shadow:         1px 1px 3px 2px #4922e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4922e1


Comments

No comments written yet.

Please login to write comment.