Color Hex Logo

#492aff Color Hex

#492AFF
(73,42,255)
0 Favorites   0 Comments

Color spaces of #492aff

RGB 7342255
HSL0.691.000.58
HSV249°84°100°
CMYK 0.710.840.00   0.00
XYZ21.625610.292495.4546
Yxy10.29240.16980.0808
Hunter Lab32.081864.1797-153.9515
CIE-Lab38.362270.9239-97.6869

#492aff color RGB value is (73,42,255).

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

The process color (four color CMYK) of #492aff color hex is 0.71, 0.84, 0.00, 0.00. Web safe color of #492aff is #3333ff. Color #492aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101010 11111111
Octal 111 52 377
Decimal 73 42 255
Hex 49 2A FF

RGB Percentages of Color #492aff

%19.73
%11.35
%68.92

CMYK Percentages of Color #492aff

%71
%84
%0
%0

Triadic Colors of #492aff

#492aff #ff492a #2aff49

Analogous Colors of #492aff

#492aff #b42aff #2a76ff

Monochromatic Colors of #492aff

#492aff

Complementary Color

#492aff #e0ff2a

#492aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#492aff Color CSS Codes

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

#492aff Text Font Color

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

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


#492aff Background Color

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

This div background color is #492aff


#492aff Border Color

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

This div border color is #492aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492aff


Comments

No comments written yet.

Please login to write comment.