Color spaces of #5381fd
RGB | 83 | 129 | 253 |
---|---|---|---|
HSL | 0.62 | 0.98 | 0.66 |
HSV | 224° | 67° | 99° |
CMYK | 0.67 | 0.49 | 0.00 0.01 |
XYZ | 29.1472 | 24.6314 | 96.1466 |
Yxy | 24.6314 | 0.1944 | 0.1643 |
Hunter Lab | 49.6300 | 17.9786 | -80.1195 |
CIE-Lab | 56.7145 | 23.7510 | -66.5064 |
#5381fd color RGB value is (83,129,253).
#5381fd hex color red value is 83, green value is 129 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5381fd hue: 0.62 , saturation: 0.98 and the lightness value of 5381fd is 0.66.
The process color (four color CMYK) of #5381fd color hex is 0.67, 0.49, 0.00, 0.01. Web safe color of #5381fd is #6699ff. Color #5381fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10000001 | 11111101 |
Octal | 123 | 201 | 375 |
Decimal | 83 | 129 | 253 |
Hex | 53 | 81 | FD |
Shades of #5381fd
Tints of #5381fd
RGB Percentages of Color #5381fd
CMYK Percentages of Color #5381fd
Complementary Color
#5381fd | #fdcf53 |
#5381fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5381fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5381fd Color CSS Codes
.mybgcolor {background-color:#5381fd; } .myforecolor {color:#5381fd; } .mybordercolor {border:3px solid #5381fd; }
#5381fd Text Font Color
<p style="color:#5381fd">Text here</p>
This sample text font color is #5381fd
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.
#5381fd Background Color
<div style="background-color:#5381fd">
Div content here</div>
This div background color is #5381fd
#5381fd Border Color
<div style="border:3px solid #5381fd">
Div here</div>
This div border color is #5381fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,129,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5381fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5381fd; -webkit-box-shadow: 1px 1px 3px 2px #5381fd; box-shadow: 1px 1px 3px 2px #5381fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,129,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5381fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5381fd; -webkit-box-shadow: 1px 1px 3px 2px #5381fd; box-shadow: 1px 1px 3px 2px #5381fd;">
Div content here</div>
This div box has shadow with color #5381fd
Comments
No comments written yet.
Please login to write comment.