Color spaces of #702594
RGB | 112 | 37 | 148 |
---|---|---|---|
HSL | 0.78 | 0.60 | 0.36 |
HSV | 281° | 75° | 58° |
CMYK | 0.24 | 0.75 | 0.00 0.42 |
XYZ | 12.6890 | 6.9060 | 28.6812 |
Yxy | 6.9060 | 0.2628 | 0.1431 |
Hunter Lab | 26.2793 | 40.2004 | -46.3136 |
CIE-Lab | 31.5920 | 50.4067 | -46.1511 |
#702594 color RGB value is (112,37,148).
#702594 hex color red value is 112, green value is 37 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #702594 hue: 0.78 , saturation: 0.60 and the lightness value of 702594 is 0.36.
The process color (four color CMYK) of #702594 color hex is 0.24, 0.75, 0.00, 0.42. Web safe color of #702594 is #663399. Color #702594 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00100101 | 10010100 |
Octal | 160 | 45 | 224 |
Decimal | 112 | 37 | 148 |
Hex | 70 | 25 | 94 |
Shades of #702594
Tints of #702594
RGB Percentages of Color #702594
CMYK Percentages of Color #702594
Complementary Color
#702594 | #499425 |
#702594 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#702594 Color Preview on White Background
Lorem ipsum dolor sit amet.
#702594 Color CSS Codes
.mybgcolor {background-color:#702594; } .myforecolor {color:#702594; } .mybordercolor {border:3px solid #702594; }
#702594 Text Font Color
<p style="color:#702594">Text here</p>
This sample text font color is #702594
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.
#702594 Background Color
<div style="background-color:#702594">
Div content here</div>
This div background color is #702594
#702594 Border Color
<div style="border:3px solid #702594">
Div here</div>
This div border color is #702594
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,37,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #702594; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #702594; -webkit-box-shadow: 1px 1px 3px 2px #702594; box-shadow: 1px 1px 3px 2px #702594; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,37,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #702594">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #702594; -webkit-box-shadow: 1px 1px 3px 2px #702594; box-shadow: 1px 1px 3px 2px #702594;">
Div content here</div>
This div box has shadow with color #702594
Comments
No comments written yet.
Please login to write comment.