Color spaces of #433cfb
RGB | 67 | 60 | 251 |
---|---|---|---|
HSL | 0.67 | 0.96 | 0.61 |
HSV | 242° | 76° | 98° |
CMYK | 0.73 | 0.76 | 0.00 0.02 |
XYZ | 21.3432 | 11.3900 | 92.3404 |
Yxy | 11.3900 | 0.1706 | 0.0911 |
Hunter Lab | 33.7491 | 53.8240 | -138.5982 |
CIE-Lab | 40.2297 | 61.5396 | -92.3624 |
#433cfb color RGB value is (67,60,251).
#433cfb hex color red value is 67, green value is 60 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #433cfb hue: 0.67 , saturation: 0.96 and the lightness value of 433cfb is 0.61.
The process color (four color CMYK) of #433cfb color hex is 0.73, 0.76, 0.00, 0.02. Web safe color of #433cfb is #3333ff. Color #433cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00111100 | 11111011 |
Octal | 103 | 74 | 373 |
Decimal | 67 | 60 | 251 |
Hex | 43 | 3C | FB |
Shades of #433cfb
Tints of #433cfb
RGB Percentages of Color #433cfb
CMYK Percentages of Color #433cfb
Complementary Color
#433cfb | #f4fb3c |
#433cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#433cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#433cfb Color CSS Codes
.mybgcolor {background-color:#433cfb; } .myforecolor {color:#433cfb; } .mybordercolor {border:3px solid #433cfb; }
#433cfb Text Font Color
<p style="color:#433cfb">Text here</p>
This sample text font color is #433cfb
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.
#433cfb Background Color
<div style="background-color:#433cfb">
Div content here</div>
This div background color is #433cfb
#433cfb Border Color
<div style="border:3px solid #433cfb">
Div here</div>
This div border color is #433cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,60,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #433cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #433cfb; -webkit-box-shadow: 1px 1px 3px 2px #433cfb; box-shadow: 1px 1px 3px 2px #433cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,60,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #433cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #433cfb; -webkit-box-shadow: 1px 1px 3px 2px #433cfb; box-shadow: 1px 1px 3px 2px #433cfb;">
Div content here</div>
This div box has shadow with color #433cfb
Comments
No comments written yet.
Please login to write comment.