Color spaces of #2301af
RGB | 35 | 1 | 175 |
---|---|---|---|
HSL | 0.70 | 0.99 | 0.35 |
HSV | 252° | 99° | 69° |
CMYK | 0.80 | 0.99 | 0.00 0.31 |
XYZ | 8.4419 | 3.4742 | 40.7831 |
Yxy | 3.4742 | 0.1602 | 0.0659 |
Hunter Lab | 18.6392 | 48.2260 | -116.6807 |
CIE-Lab | 21.8509 | 59.9347 | -78.9082 |
#2301af color RGB value is (35,1,175).
#2301af hex color red value is 35, green value is 1 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2301af hue: 0.70 , saturation: 0.99 and the lightness value of 2301af is 0.35.
The process color (four color CMYK) of #2301af color hex is 0.80, 0.99, 0.00, 0.31. Web safe color of #2301af is #330099. Color #2301af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00000001 | 10101111 |
Octal | 43 | 1 | 257 |
Decimal | 35 | 1 | 175 |
Hex | 23 | 1 | AF |
Shades of #2301af
Tints of #2301af
RGB Percentages of Color #2301af
CMYK Percentages of Color #2301af
Complementary Color
#2301af | #8daf01 |
#2301af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2301af Color Preview on White Background
Lorem ipsum dolor sit amet.
#2301af Color CSS Codes
.mybgcolor {background-color:#2301af; } .myforecolor {color:#2301af; } .mybordercolor {border:3px solid #2301af; }
#2301af Text Font Color
<p style="color:#2301af">Text here</p>
This sample text font color is #2301af
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.
#2301af Background Color
<div style="background-color:#2301af">
Div content here</div>
This div background color is #2301af
#2301af Border Color
<div style="border:3px solid #2301af">
Div here</div>
This div border color is #2301af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,1,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2301af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2301af; -webkit-box-shadow: 1px 1px 3px 2px #2301af; box-shadow: 1px 1px 3px 2px #2301af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,1,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 #2301af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2301af; -webkit-box-shadow: 1px 1px 3px 2px #2301af; box-shadow: 1px 1px 3px 2px #2301af;">
Div content here</div>
This div box has shadow with color #2301af
Comments
No comments written yet.
Please login to write comment.