Color Hex Logo

#492add Color Hex

#492ADD
(73,42,221)
0 Favorites   0 Comments

Color spaces of #492add

RGB 7342221
HSL0.700.720.52
HSV250°81°87°
CMYK 0.670.810.00   0.13
XYZ16.62688.292969.1310
Yxy8.29290.17680.0882
Hunter Lab28.797452.6654-122.1733
CIE-Lab34.585661.5949-84.6802

#492add color RGB value is (73,42,221).

#492add hex color red value is 73, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #492add hue: 0.70 , saturation: 0.72 and the lightness value of 492add is 0.52.

The process color (four color CMYK) of #492add color hex is 0.67, 0.81, 0.00, 0.13. Web safe color of #492add is #3333cc. Color #492add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101010 11011101
Octal 111 52 335
Decimal 73 42 221
Hex 49 2A DD

RGB Percentages of Color #492add

%21.73
%12.50
%65.77

CMYK Percentages of Color #492add

%67
%81
%0
%13

Triadic Colors of #492add

#492add #dd492a #2add49

Analogous Colors of #492add

#492add #a32add #2a65dd

Monochromatic Colors of #492add

#492add

Complementary Color

#492add #bedd2a

#492add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492add Color Preview on White Background

Lorem ipsum dolor sit amet.

#492add Color CSS Codes

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

#492add Text Font Color

<p style="color:#492add">Text here</p>

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


#492add Background Color

<div style="background-color:#492add">
Div content here</div>

This div background color is #492add


#492add Border Color

<div style="border:3px solid #492add">
Div here</div>

This div border color is #492add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,42,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492add;
  -webkit-box-shadow: 1px 1px 3px 2px #492add;
  box-shadow:         1px 1px 3px 2px #492add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492add


Comments

No comments written yet.

Please login to write comment.