Color spaces of #3521ca
RGB | 53 | 33 | 202 |
---|---|---|---|
HSL | 0.69 | 0.72 | 0.46 |
HSV | 247° | 84° | 79° |
CMYK | 0.74 | 0.84 | 0.00 0.21 |
XYZ | 12.6727 | 6.1089 | 56.3883 |
Yxy | 6.1089 | 0.1686 | 0.0813 |
Hunter Lab | 24.7162 | 48.2687 | -117.9648 |
CIE-Lab | 29.6856 | 58.5144 | -81.8419 |
#3521ca color RGB value is (53,33,202).
#3521ca hex color red value is 53, green value is 33 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3521ca hue: 0.69 , saturation: 0.72 and the lightness value of 3521ca is 0.46.
The process color (four color CMYK) of #3521ca color hex is 0.74, 0.84, 0.00, 0.21. Web safe color of #3521ca is #3333cc. Color #3521ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00100001 | 11001010 |
Octal | 65 | 41 | 312 |
Decimal | 53 | 33 | 202 |
Hex | 35 | 21 | CA |
Shades of #3521ca
Tints of #3521ca
RGB Percentages of Color #3521ca
CMYK Percentages of Color #3521ca
Complementary Color
#3521ca | #b6ca21 |
#3521ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3521ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#3521ca Color CSS Codes
.mybgcolor {background-color:#3521ca; } .myforecolor {color:#3521ca; } .mybordercolor {border:3px solid #3521ca; }
#3521ca Text Font Color
<p style="color:#3521ca">Text here</p>
This sample text font color is #3521ca
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.
#3521ca Background Color
<div style="background-color:#3521ca">
Div content here</div>
This div background color is #3521ca
#3521ca Border Color
<div style="border:3px solid #3521ca">
Div here</div>
This div border color is #3521ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,33,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3521ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3521ca; -webkit-box-shadow: 1px 1px 3px 2px #3521ca; box-shadow: 1px 1px 3px 2px #3521ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,33,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 #3521ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3521ca; -webkit-box-shadow: 1px 1px 3px 2px #3521ca; box-shadow: 1px 1px 3px 2px #3521ca;">
Div content here</div>
This div box has shadow with color #3521ca
Comments
No comments written yet.
Please login to write comment.