Color Hex Logo

#492aca Color Hex

#492ACA
(73,42,202)
0 Favorites   0 Comments

Color spaces of #492aca

RGB 7342202
HSL0.700.660.48
HSV252°79°79°
CMYK 0.640.790.00   0.21
XYZ14.23637.336756.5429
Yxy7.33670.18220.0939
Hunter Lab27.086346.4166-104.8078
CIE-Lab32.561456.2191-77.0302

#492aca color RGB value is (73,42,202).

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

The process color (four color CMYK) of #492aca color hex is 0.64, 0.79, 0.00, 0.21. Web safe color of #492aca is #3333cc. Color #492aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101010 11001010
Octal 111 52 312
Decimal 73 42 202
Hex 49 2A CA

RGB Percentages of Color #492aca

%23.03
%13.25
%63.72

CMYK Percentages of Color #492aca

%64
%79
%0
%21

Triadic Colors of #492aca

#492aca #ca492a #2aca49

Analogous Colors of #492aca

#492aca #992aca #2a5bca

Monochromatic Colors of #492aca

#492aca

Complementary Color

#492aca #abca2a

#492aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#492aca Color CSS Codes

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

#492aca Text Font Color

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

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


#492aca Background Color

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

This div background color is #492aca


#492aca Border Color

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

This div border color is #492aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492aca


Comments

No comments written yet.

Please login to write comment.