Color spaces of #5743cc
RGB | 87 | 67 | 204 |
---|---|---|---|
HSL | 0.69 | 0.57 | 0.53 |
HSV | 249° | 67° | 80° |
CMYK | 0.57 | 0.67 | 0.00 0.20 |
XYZ | 16.8367 | 10.4002 | 58.2468 |
Yxy | 10.4002 | 0.1970 | 0.1217 |
Hunter Lab | 32.2493 | 36.7547 | -84.5115 |
CIE-Lab | 38.5513 | 45.6731 | -68.3016 |
#5743cc color RGB value is (87,67,204).
#5743cc hex color red value is 87, green value is 67 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5743cc hue: 0.69 , saturation: 0.57 and the lightness value of 5743cc is 0.53.
The process color (four color CMYK) of #5743cc color hex is 0.57, 0.67, 0.00, 0.20. Web safe color of #5743cc is #6633cc. Color #5743cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01000011 | 11001100 |
Octal | 127 | 103 | 314 |
Decimal | 87 | 67 | 204 |
Hex | 57 | 43 | CC |
Shades of #5743cc
Tints of #5743cc
RGB Percentages of Color #5743cc
CMYK Percentages of Color #5743cc
Complementary Color
#5743cc | #b8cc43 |
#5743cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5743cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5743cc Color CSS Codes
.mybgcolor {background-color:#5743cc; } .myforecolor {color:#5743cc; } .mybordercolor {border:3px solid #5743cc; }
#5743cc Text Font Color
<p style="color:#5743cc">Text here</p>
This sample text font color is #5743cc
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.
#5743cc Background Color
<div style="background-color:#5743cc">
Div content here</div>
This div background color is #5743cc
#5743cc Border Color
<div style="border:3px solid #5743cc">
Div here</div>
This div border color is #5743cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,67,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5743cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5743cc; -webkit-box-shadow: 1px 1px 3px 2px #5743cc; box-shadow: 1px 1px 3px 2px #5743cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,67,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5743cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5743cc; -webkit-box-shadow: 1px 1px 3px 2px #5743cc; box-shadow: 1px 1px 3px 2px #5743cc;">
Div content here</div>
This div box has shadow with color #5743cc
Comments
No comments written yet.
Please login to write comment.