Color spaces of #220aaf
RGB | 34 | 10 | 175 |
---|---|---|---|
HSL | 0.69 | 0.89 | 0.36 |
HSV | 249° | 94° | 69° |
CMYK | 0.81 | 0.94 | 0.00 0.31 |
XYZ | 8.5061 | 3.6523 | 40.8141 |
Yxy | 3.6523 | 0.1606 | 0.0689 |
Hunter Lab | 19.1110 | 46.0042 | -113.2441 |
CIE-Lab | 22.4869 | 57.7572 | -77.8481 |
#220aaf color RGB value is (34,10,175).
#220aaf hex color red value is 34, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #220aaf hue: 0.69 , saturation: 0.89 and the lightness value of 220aaf is 0.36.
The process color (four color CMYK) of #220aaf color hex is 0.81, 0.94, 0.00, 0.31. Web safe color of #220aaf is #330099. Color #220aaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 00001010 | 10101111 |
Octal | 42 | 12 | 257 |
Decimal | 34 | 10 | 175 |
Hex | 22 | A | AF |
Shades of #220aaf
Tints of #220aaf
RGB Percentages of Color #220aaf
CMYK Percentages of Color #220aaf
Complementary Color
#220aaf | #97af0a |
#220aaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#220aaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#220aaf Color CSS Codes
.mybgcolor {background-color:#220aaf; } .myforecolor {color:#220aaf; } .mybordercolor {border:3px solid #220aaf; }
#220aaf Text Font Color
<p style="color:#220aaf">Text here</p>
This sample text font color is #220aaf
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.
#220aaf Background Color
<div style="background-color:#220aaf">
Div content here</div>
This div background color is #220aaf
#220aaf Border Color
<div style="border:3px solid #220aaf">
Div here</div>
This div border color is #220aaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,10,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #220aaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #220aaf; -webkit-box-shadow: 1px 1px 3px 2px #220aaf; box-shadow: 1px 1px 3px 2px #220aaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,10,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #220aaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #220aaf; -webkit-box-shadow: 1px 1px 3px 2px #220aaf; box-shadow: 1px 1px 3px 2px #220aaf;">
Div content here</div>
This div box has shadow with color #220aaf
Comments
No comments written yet.
Please login to write comment.