Color spaces of #7279ca
RGB | 114 | 121 | 202 |
---|---|---|---|
HSL | 0.65 | 0.45 | 0.62 |
HSV | 235° | 44° | 79° |
CMYK | 0.44 | 0.40 | 0.00 0.21 |
XYZ | 24.4375 | 21.5164 | 58.7422 |
Yxy | 21.5164 | 0.2334 | 0.2055 |
Hunter Lab | 46.3858 | 12.8644 | -42.6139 |
CIE-Lab | 53.5101 | 18.3258 | -42.9696 |
#7279ca color RGB value is (114,121,202).
#7279ca hex color red value is 114, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7279ca hue: 0.65 , saturation: 0.45 and the lightness value of 7279ca is 0.62.
The process color (four color CMYK) of #7279ca color hex is 0.44, 0.40, 0.00, 0.21. Web safe color of #7279ca is #6666cc. Color #7279ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01111001 | 11001010 |
Octal | 162 | 171 | 312 |
Decimal | 114 | 121 | 202 |
Hex | 72 | 79 | CA |
Shades of #7279ca
Tints of #7279ca
RGB Percentages of Color #7279ca
CMYK Percentages of Color #7279ca
Complementary Color
#7279ca | #cac372 |
#7279ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7279ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#7279ca Color CSS Codes
.mybgcolor {background-color:#7279ca; } .myforecolor {color:#7279ca; } .mybordercolor {border:3px solid #7279ca; }
#7279ca Text Font Color
<p style="color:#7279ca">Text here</p>
This sample text font color is #7279ca
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.
#7279ca Background Color
<div style="background-color:#7279ca">
Div content here</div>
This div background color is #7279ca
#7279ca Border Color
<div style="border:3px solid #7279ca">
Div here</div>
This div border color is #7279ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,121,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7279ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7279ca; -webkit-box-shadow: 1px 1px 3px 2px #7279ca; box-shadow: 1px 1px 3px 2px #7279ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,121,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7279ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7279ca; -webkit-box-shadow: 1px 1px 3px 2px #7279ca; box-shadow: 1px 1px 3px 2px #7279ca;">
Div content here</div>
This div box has shadow with color #7279ca
Comments
No comments written yet.
Please login to write comment.