Color spaces of #4135aa
RGB | 65 | 53 | 170 |
---|---|---|---|
HSL | 0.68 | 0.52 | 0.44 |
HSV | 246° | 69° | 67° |
CMYK | 0.62 | 0.69 | 0.00 0.33 |
XYZ | 10.7088 | 6.5723 | 38.7344 |
Yxy | 6.5723 | 0.1912 | 0.1173 |
Hunter Lab | 25.6365 | 29.6986 | -71.6362 |
CIE-Lab | 30.8127 | 39.7138 | -61.0012 |
#4135aa color RGB value is (65,53,170).
#4135aa hex color red value is 65, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4135aa hue: 0.68 , saturation: 0.52 and the lightness value of 4135aa is 0.44.
The process color (four color CMYK) of #4135aa color hex is 0.62, 0.69, 0.00, 0.33. Web safe color of #4135aa is #333399. Color #4135aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00110101 | 10101010 |
Octal | 101 | 65 | 252 |
Decimal | 65 | 53 | 170 |
Hex | 41 | 35 | AA |
Shades of #4135aa
Tints of #4135aa
RGB Percentages of Color #4135aa
CMYK Percentages of Color #4135aa
Complementary Color
#4135aa | #9eaa35 |
#4135aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4135aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#4135aa Color CSS Codes
.mybgcolor {background-color:#4135aa; } .myforecolor {color:#4135aa; } .mybordercolor {border:3px solid #4135aa; }
#4135aa Text Font Color
<p style="color:#4135aa">Text here</p>
This sample text font color is #4135aa
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.
#4135aa Background Color
<div style="background-color:#4135aa">
Div content here</div>
This div background color is #4135aa
#4135aa Border Color
<div style="border:3px solid #4135aa">
Div here</div>
This div border color is #4135aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,53,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4135aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4135aa; -webkit-box-shadow: 1px 1px 3px 2px #4135aa; box-shadow: 1px 1px 3px 2px #4135aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,53,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4135aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4135aa; -webkit-box-shadow: 1px 1px 3px 2px #4135aa; box-shadow: 1px 1px 3px 2px #4135aa;">
Div content here</div>
This div box has shadow with color #4135aa
Comments
No comments written yet.
Please login to write comment.