Color Hex Logo

#492387 Color Hex

#492387
(73,35,135)
0 Favorites   0 Comments

Color spaces of #492387

RGB 7335135
HSL0.730.590.33
HSV263°74°53°
CMYK 0.460.740.00   0.47
XYZ7.72194.367823.3578
Yxy4.36780.21780.1232
Hunter Lab20.899329.3787-51.6352
CIE-Lab24.851940.4678-49.2914

#492387 color RGB value is (73,35,135).

#492387 hex color red value is 73, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #492387 hue: 0.73 , saturation: 0.59 and the lightness value of 492387 is 0.33.

The process color (four color CMYK) of #492387 color hex is 0.46, 0.74, 0.00, 0.47. Web safe color of #492387 is #333399. Color #492387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100011 10000111
Octal 111 43 207
Decimal 73 35 135
Hex 49 23 87

RGB Percentages of Color #492387

%30.04
%14.40
%55.56

CMYK Percentages of Color #492387

%46
%74
%0
%47

Triadic Colors of #492387

#492387 #874923 #238749

Analogous Colors of #492387

#492387 #7b2387 #232f87

Monochromatic Colors of #492387

#492387

Complementary Color

#492387 #618723

#492387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492387 Color CSS Codes

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

#492387 Text Font Color

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

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


#492387 Background Color

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

This div background color is #492387


#492387 Border Color

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

This div border color is #492387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,35,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492387;
  -webkit-box-shadow: 1px 1px 3px 2px #492387;
  box-shadow:         1px 1px 3px 2px #492387; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492387


Comments

No comments written yet.

Please login to write comment.