Color Hex Logo

#492aea Color Hex

#492AEA
(73,42,234)
0 Favorites   0 Comments

Color spaces of #492aea

RGB 7342234
HSL0.690.820.54
HSV250°82°92°
CMYK 0.690.820.00   0.08
XYZ18.42699.012978.6104
Yxy9.01290.17380.0850
Hunter Lab30.021557.0240-134.2341
CIE-Lab36.009165.2068-89.7487

#492aea color RGB value is (73,42,234).

#492aea hex color red value is 73, green value is 42 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #492aea hue: 0.69 , saturation: 0.82 and the lightness value of 492aea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101010 11101010
Octal 111 52 352
Decimal 73 42 234
Hex 49 2A EA

RGB Percentages of Color #492aea

%20.92
%12.03
%67.05

CMYK Percentages of Color #492aea

%69
%82
%0
%8

Triadic Colors of #492aea

#492aea #ea492a #2aea49

Analogous Colors of #492aea

#492aea #a92aea #2a6bea

Monochromatic Colors of #492aea

#492aea

Complementary Color

#492aea #cbea2a

#492aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#492aea Color CSS Codes

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

#492aea Text Font Color

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

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


#492aea Background Color

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

This div background color is #492aea


#492aea Border Color

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

This div border color is #492aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492aea


Comments

No comments written yet.

Please login to write comment.