Color spaces of #5738ce
RGB | 87 | 56 | 206 |
---|---|---|---|
HSL | 0.70 | 0.60 | 0.51 |
HSV | 252° | 73° | 81° |
CMYK | 0.58 | 0.73 | 0.00 0.19 |
XYZ | 16.4852 | 9.3108 | 59.3208 |
Yxy | 9.3108 | 0.1937 | 0.1094 |
Hunter Lab | 30.5136 | 43.0371 | -93.9048 |
CIE-Lab | 36.5759 | 52.2197 | -72.6993 |
#5738ce color RGB value is (87,56,206).
#5738ce hex color red value is 87, green value is 56 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5738ce hue: 0.70 , saturation: 0.60 and the lightness value of 5738ce is 0.51.
The process color (four color CMYK) of #5738ce color hex is 0.58, 0.73, 0.00, 0.19. Web safe color of #5738ce is #6633cc. Color #5738ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00111000 | 11001110 |
Octal | 127 | 70 | 316 |
Decimal | 87 | 56 | 206 |
Hex | 57 | 38 | CE |
Shades of #5738ce
Tints of #5738ce
RGB Percentages of Color #5738ce
CMYK Percentages of Color #5738ce
Complementary Color
#5738ce | #afce38 |
#5738ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5738ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#5738ce Color CSS Codes
.mybgcolor {background-color:#5738ce; } .myforecolor {color:#5738ce; } .mybordercolor {border:3px solid #5738ce; }
#5738ce Text Font Color
<p style="color:#5738ce">Text here</p>
This sample text font color is #5738ce
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.
#5738ce Background Color
<div style="background-color:#5738ce">
Div content here</div>
This div background color is #5738ce
#5738ce Border Color
<div style="border:3px solid #5738ce">
Div here</div>
This div border color is #5738ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,56,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5738ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5738ce; -webkit-box-shadow: 1px 1px 3px 2px #5738ce; box-shadow: 1px 1px 3px 2px #5738ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,56,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 #5738ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5738ce; -webkit-box-shadow: 1px 1px 3px 2px #5738ce; box-shadow: 1px 1px 3px 2px #5738ce;">
Div content here</div>
This div box has shadow with color #5738ce
Comments
No comments written yet.
Please login to write comment.