Color spaces of #7395ce
RGB | 115 | 149 | 206 |
---|---|---|---|
HSL | 0.60 | 0.48 | 0.63 |
HSV | 218° | 44° | 81° |
CMYK | 0.44 | 0.28 | 0.00 0.19 |
XYZ | 28.9583 | 29.5960 | 62.5788 |
Yxy | 29.5960 | 0.2391 | 0.2443 |
Hunter Lab | 54.4022 | -0.1883 | -30.1197 |
CIE-Lab | 61.3041 | 3.2385 | -33.0019 |
#7395ce color RGB value is (115,149,206).
#7395ce hex color red value is 115, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7395ce hue: 0.60 , saturation: 0.48 and the lightness value of 7395ce is 0.63.
The process color (four color CMYK) of #7395ce color hex is 0.44, 0.28, 0.00, 0.19. Web safe color of #7395ce is #6699cc. Color #7395ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10010101 | 11001110 |
Octal | 163 | 225 | 316 |
Decimal | 115 | 149 | 206 |
Hex | 73 | 95 | CE |
Shades of #7395ce
Tints of #7395ce
RGB Percentages of Color #7395ce
CMYK Percentages of Color #7395ce
Complementary Color
#7395ce | #ceac73 |
#7395ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7395ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#7395ce Color CSS Codes
.mybgcolor {background-color:#7395ce; } .myforecolor {color:#7395ce; } .mybordercolor {border:3px solid #7395ce; }
#7395ce Text Font Color
<p style="color:#7395ce">Text here</p>
This sample text font color is #7395ce
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.
#7395ce Background Color
<div style="background-color:#7395ce">
Div content here</div>
This div background color is #7395ce
#7395ce Border Color
<div style="border:3px solid #7395ce">
Div here</div>
This div border color is #7395ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,149,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7395ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7395ce; -webkit-box-shadow: 1px 1px 3px 2px #7395ce; box-shadow: 1px 1px 3px 2px #7395ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,149,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7395ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7395ce; -webkit-box-shadow: 1px 1px 3px 2px #7395ce; box-shadow: 1px 1px 3px 2px #7395ce;">
Div content here</div>
This div box has shadow with color #7395ce
Comments
No comments written yet.
Please login to write comment.