Color Hex Logo

#4922ad Color Hex

#4922AD
(73,34,173)
0 Favorites   0 Comments

Color spaces of #4922ad

RGB 7334173
HSL0.710.670.41
HSV257°80°68°
CMYK 0.580.800.00   0.32
XYZ10.86255.577740.0392
Yxy5.57770.19230.0988
Hunter Lab23.617240.7695-83.9849
CIE-Lab28.321051.6038-66.8709

#4922ad color RGB value is (73,34,173).

#4922ad hex color red value is 73, green value is 34 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4922ad hue: 0.71 , saturation: 0.67 and the lightness value of 4922ad is 0.41.

The process color (four color CMYK) of #4922ad color hex is 0.58, 0.80, 0.00, 0.32. Web safe color of #4922ad is #333399. Color #4922ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100010 10101101
Octal 111 42 255
Decimal 73 34 173
Hex 49 22 AD

RGB Percentages of Color #4922ad

%26.07
%12.14
%61.79

CMYK Percentages of Color #4922ad

%58
%80
%0
%32

Triadic Colors of #4922ad

#4922ad #ad4922 #22ad49

Analogous Colors of #4922ad

#4922ad #8f22ad #2241ad

Monochromatic Colors of #4922ad

#4922ad

Complementary Color

#4922ad #86ad22

#4922ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4922ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4922ad Color CSS Codes

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

#4922ad Text Font Color

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

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


#4922ad Background Color

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

This div background color is #4922ad


#4922ad Border Color

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

This div border color is #4922ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4922ad


Comments

No comments written yet.

Please login to write comment.