Color Hex Logo

#492570 Color Hex

#492570
(73,37,112)
0 Favorites   0 Comments

Color spaces of #492570

RGB 7337112
HSL0.750.500.29
HSV269°67°44°
CMYK 0.350.670.00   0.56
XYZ6.33393.909515.7500
Yxy3.90950.24370.1504
Hunter Lab19.772522.5788-33.3875
CIE-Lab23.370033.0146-37.1081

#492570 color RGB value is (73,37,112).

#492570 hex color red value is 73, green value is 37 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #492570 hue: 0.75 , saturation: 0.50 and the lightness value of 492570 is 0.29.

The process color (four color CMYK) of #492570 color hex is 0.35, 0.67, 0.00, 0.56. Web safe color of #492570 is #333366. Color #492570 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 01110000
Octal 111 45 160
Decimal 73 37 112
Hex 49 25 70

RGB Percentages of Color #492570

%32.88
%16.67
%50.45

CMYK Percentages of Color #492570

%35
%67
%0
%56

Triadic Colors of #492570

#492570 #704925 #257049

Analogous Colors of #492570

#492570 #6f2570 #252770

Monochromatic Colors of #492570

#492570

Complementary Color

#492570 #4c7025

#492570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492570 Color CSS Codes

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

#492570 Text Font Color

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

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


#492570 Background Color

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

This div background color is #492570


#492570 Border Color

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

This div border color is #492570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492570


Comments

No comments written yet.

Please login to write comment.