Color spaces of #4a20eb
RGB | 74 | 32 | 235 |
---|---|---|---|
HSL | 0.70 | 0.84 | 0.52 |
HSV | 252° | 86° | 92° |
CMYK | 0.69 | 0.86 | 0.00 0.08 |
XYZ | 18.3359 | 8.4870 | 79.2690 |
Yxy | 8.4870 | 0.1728 | 0.0800 |
Hunter Lab | 29.1325 | 61.3657 | -140.9345 |
CIE-Lab | 34.9772 | 69.1776 | -92.0276 |
#4a20eb color RGB value is (74,32,235).
#4a20eb hex color red value is 74, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4a20eb hue: 0.70 , saturation: 0.84 and the lightness value of 4a20eb is 0.52.
The process color (four color CMYK) of #4a20eb color hex is 0.69, 0.86, 0.00, 0.08. Web safe color of #4a20eb is #3333ff. Color #4a20eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 00100000 | 11101011 |
Octal | 112 | 40 | 353 |
Decimal | 74 | 32 | 235 |
Hex | 4A | 20 | EB |
Shades of #4a20eb
Tints of #4a20eb
RGB Percentages of Color #4a20eb
CMYK Percentages of Color #4a20eb
Complementary Color
#4a20eb | #c1eb20 |
#4a20eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4a20eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4a20eb Color CSS Codes
.mybgcolor {background-color:#4a20eb; } .myforecolor {color:#4a20eb; } .mybordercolor {border:3px solid #4a20eb; }
#4a20eb Text Font Color
<p style="color:#4a20eb">Text here</p>
This sample text font color is #4a20eb
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.
#4a20eb Background Color
<div style="background-color:#4a20eb">
Div content here</div>
This div background color is #4a20eb
#4a20eb Border Color
<div style="border:3px solid #4a20eb">
Div here</div>
This div border color is #4a20eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,32,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4a20eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4a20eb; -webkit-box-shadow: 1px 1px 3px 2px #4a20eb; box-shadow: 1px 1px 3px 2px #4a20eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,32,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4a20eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4a20eb; -webkit-box-shadow: 1px 1px 3px 2px #4a20eb; box-shadow: 1px 1px 3px 2px #4a20eb;">
Div content here</div>
This div box has shadow with color #4a20eb
Comments
No comments written yet.
Please login to write comment.