Color spaces of #4435ca
RGB | 68 | 53 | 202 |
---|---|---|---|
HSL | 0.68 | 0.58 | 0.50 |
HSV | 246° | 74° | 79° |
CMYK | 0.66 | 0.74 | 0.00 0.21 |
XYZ | 14.3177 | 8.0394 | 56.6743 |
Yxy | 8.0394 | 0.1812 | 0.1017 |
Hunter Lab | 28.3538 | 40.5171 | -98.6625 |
CIE-Lab | 34.0648 | 50.2442 | -74.5626 |
#4435ca color RGB value is (68,53,202).
#4435ca hex color red value is 68, green value is 53 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4435ca hue: 0.68 , saturation: 0.58 and the lightness value of 4435ca is 0.50.
The process color (four color CMYK) of #4435ca color hex is 0.66, 0.74, 0.00, 0.21. Web safe color of #4435ca is #3333cc. Color #4435ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00110101 | 11001010 |
Octal | 104 | 65 | 312 |
Decimal | 68 | 53 | 202 |
Hex | 44 | 35 | CA |
Shades of #4435ca
Tints of #4435ca
RGB Percentages of Color #4435ca
CMYK Percentages of Color #4435ca
Complementary Color
#4435ca | #bbca35 |
#4435ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4435ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#4435ca Color CSS Codes
.mybgcolor {background-color:#4435ca; } .myforecolor {color:#4435ca; } .mybordercolor {border:3px solid #4435ca; }
#4435ca Text Font Color
<p style="color:#4435ca">Text here</p>
This sample text font color is #4435ca
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.
#4435ca Background Color
<div style="background-color:#4435ca">
Div content here</div>
This div background color is #4435ca
#4435ca Border Color
<div style="border:3px solid #4435ca">
Div here</div>
This div border color is #4435ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,53,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4435ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4435ca; -webkit-box-shadow: 1px 1px 3px 2px #4435ca; box-shadow: 1px 1px 3px 2px #4435ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,53,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 #4435ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4435ca; -webkit-box-shadow: 1px 1px 3px 2px #4435ca; box-shadow: 1px 1px 3px 2px #4435ca;">
Div content here</div>
This div box has shadow with color #4435ca
Comments
No comments written yet.
Please login to write comment.