Color spaces of #5128ce
RGB | 81 | 40 | 206 |
---|---|---|---|
HSL | 0.71 | 0.67 | 0.48 |
HSV | 255° | 81° | 81° |
CMYK | 0.61 | 0.81 | 0.00 0.19 |
XYZ | 15.2927 | 7.7231 | 59.0772 |
Yxy | 7.7231 | 0.1863 | 0.0941 |
Hunter Lab | 27.7905 | 49.5927 | -106.5858 |
CIE-Lab | 33.3994 | 59.0191 | -77.9521 |
#5128ce color RGB value is (81,40,206).
#5128ce hex color red value is 81, green value is 40 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5128ce hue: 0.71 , saturation: 0.67 and the lightness value of 5128ce is 0.48.
The process color (four color CMYK) of #5128ce color hex is 0.61, 0.81, 0.00, 0.19. Web safe color of #5128ce is #6633cc. Color #5128ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00101000 | 11001110 |
Octal | 121 | 50 | 316 |
Decimal | 81 | 40 | 206 |
Hex | 51 | 28 | CE |
Shades of #5128ce
Tints of #5128ce
RGB Percentages of Color #5128ce
CMYK Percentages of Color #5128ce
Complementary Color
#5128ce | #a5ce28 |
#5128ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5128ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#5128ce Color CSS Codes
.mybgcolor {background-color:#5128ce; } .myforecolor {color:#5128ce; } .mybordercolor {border:3px solid #5128ce; }
#5128ce Text Font Color
<p style="color:#5128ce">Text here</p>
This sample text font color is #5128ce
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.
#5128ce Background Color
<div style="background-color:#5128ce">
Div content here</div>
This div background color is #5128ce
#5128ce Border Color
<div style="border:3px solid #5128ce">
Div here</div>
This div border color is #5128ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,40,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5128ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5128ce; -webkit-box-shadow: 1px 1px 3px 2px #5128ce; box-shadow: 1px 1px 3px 2px #5128ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,40,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5128ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5128ce; -webkit-box-shadow: 1px 1px 3px 2px #5128ce; box-shadow: 1px 1px 3px 2px #5128ce;">
Div content here</div>
This div box has shadow with color #5128ce
Comments
No comments written yet.
Please login to write comment.