Color spaces of #4235ef
RGB | 66 | 53 | 239 |
---|---|---|---|
HSL | 0.68 | 0.85 | 0.57 |
HSV | 244° | 78° | 94° |
CMYK | 0.72 | 0.78 | 0.00 0.06 |
XYZ | 19.0999 | 9.9365 | 82.5726 |
Yxy | 9.9365 | 0.1711 | 0.0890 |
Hunter Lab | 31.5222 | 52.9926 | -133.2449 |
CIE-Lab | 37.7282 | 61.2779 | -89.7499 |
#4235ef color RGB value is (66,53,239).
#4235ef hex color red value is 66, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4235ef hue: 0.68 , saturation: 0.85 and the lightness value of 4235ef is 0.57.
The process color (four color CMYK) of #4235ef color hex is 0.72, 0.78, 0.00, 0.06. Web safe color of #4235ef is #3333ff. Color #4235ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00110101 | 11101111 |
Octal | 102 | 65 | 357 |
Decimal | 66 | 53 | 239 |
Hex | 42 | 35 | EF |
Shades of #4235ef
Tints of #4235ef
RGB Percentages of Color #4235ef
CMYK Percentages of Color #4235ef
Complementary Color
#4235ef | #e2ef35 |
#4235ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4235ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#4235ef Color CSS Codes
.mybgcolor {background-color:#4235ef; } .myforecolor {color:#4235ef; } .mybordercolor {border:3px solid #4235ef; }
#4235ef Text Font Color
<p style="color:#4235ef">Text here</p>
This sample text font color is #4235ef
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.
#4235ef Background Color
<div style="background-color:#4235ef">
Div content here</div>
This div background color is #4235ef
#4235ef Border Color
<div style="border:3px solid #4235ef">
Div here</div>
This div border color is #4235ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,53,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4235ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4235ef; -webkit-box-shadow: 1px 1px 3px 2px #4235ef; box-shadow: 1px 1px 3px 2px #4235ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,53,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4235ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4235ef; -webkit-box-shadow: 1px 1px 3px 2px #4235ef; box-shadow: 1px 1px 3px 2px #4235ef;">
Div content here</div>
This div box has shadow with color #4235ef
Comments
No comments written yet.
Please login to write comment.