Color spaces of #7370bd
RGB | 115 | 112 | 189 |
---|---|---|---|
HSL | 0.67 | 0.37 | 0.59 |
HSV | 242° | 41° | 74° |
CMYK | 0.39 | 0.41 | 0.00 0.26 |
XYZ | 22.0497 | 18.9073 | 50.6314 |
Yxy | 18.9073 | 0.2407 | 0.2064 |
Hunter Lab | 43.4825 | 14.4217 | -38.6000 |
CIE-Lab | 50.5786 | 20.2495 | -40.1564 |
#7370bd color RGB value is (115,112,189).
#7370bd hex color red value is 115, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7370bd hue: 0.67 , saturation: 0.37 and the lightness value of 7370bd is 0.59.
The process color (four color CMYK) of #7370bd color hex is 0.39, 0.41, 0.00, 0.26. Web safe color of #7370bd is #6666cc. Color #7370bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01110000 | 10111101 |
Octal | 163 | 160 | 275 |
Decimal | 115 | 112 | 189 |
Hex | 73 | 70 | BD |
Shades of #7370bd
Tints of #7370bd
RGB Percentages of Color #7370bd
CMYK Percentages of Color #7370bd
Complementary Color
#7370bd | #babd70 |
#7370bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7370bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#7370bd Color CSS Codes
.mybgcolor {background-color:#7370bd; } .myforecolor {color:#7370bd; } .mybordercolor {border:3px solid #7370bd; }
#7370bd Text Font Color
<p style="color:#7370bd">Text here</p>
This sample text font color is #7370bd
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.
#7370bd Background Color
<div style="background-color:#7370bd">
Div content here</div>
This div background color is #7370bd
#7370bd Border Color
<div style="border:3px solid #7370bd">
Div here</div>
This div border color is #7370bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,112,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7370bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7370bd; -webkit-box-shadow: 1px 1px 3px 2px #7370bd; box-shadow: 1px 1px 3px 2px #7370bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,112,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7370bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7370bd; -webkit-box-shadow: 1px 1px 3px 2px #7370bd; box-shadow: 1px 1px 3px 2px #7370bd;">
Div content here</div>
This div box has shadow with color #7370bd
Comments
No comments written yet.
Please login to write comment.