Color Hex Logo

#492575 Color Hex

#492575
(73,37,117)
0 Favorites   0 Comments

Color spaces of #492575

RGB 7337117
HSL0.740.520.30
HSV267°68°46°
CMYK 0.380.680.00   0.54
XYZ6.62014.024017.2574
Yxy4.02400.23730.1442
Hunter Lab20.059923.8031-36.9648
CIE-Lab23.750634.3821-39.6996

#492575 color RGB value is (73,37,117).

#492575 hex color red value is 73, green value is 37 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #492575 hue: 0.74 , saturation: 0.52 and the lightness value of 492575 is 0.30.

The process color (four color CMYK) of #492575 color hex is 0.38, 0.68, 0.00, 0.54. Web safe color of #492575 is #333366. Color #492575 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 01110101
Octal 111 45 165
Decimal 73 37 117
Hex 49 25 75

RGB Percentages of Color #492575

%32.16
%16.30
%51.54

CMYK Percentages of Color #492575

%38
%68
%0
%54

Triadic Colors of #492575

#492575 #754925 #257549

Analogous Colors of #492575

#492575 #712575 #252975

Monochromatic Colors of #492575

#492575

Complementary Color

#492575 #517525

#492575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492575 Color CSS Codes

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

#492575 Text Font Color

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

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


#492575 Background Color

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

This div background color is #492575


#492575 Border Color

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

This div border color is #492575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492575


Comments

No comments written yet.

Please login to write comment.