Color spaces of #6527cd
RGB | 101 | 39 | 205 |
---|---|---|---|
HSL | 0.73 | 0.68 | 0.48 |
HSV | 262° | 81° | 80° |
CMYK | 0.51 | 0.81 | 0.00 0.20 |
XYZ | 17.1118 | 8.6255 | 58.5206 |
Yxy | 8.6255 | 0.2031 | 0.1024 |
Hunter Lab | 29.3692 | 52.6059 | -97.5819 |
CIE-Lab | 35.2530 | 61.4110 | -74.2424 |
#6527cd color RGB value is (101,39,205).
#6527cd hex color red value is 101, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6527cd hue: 0.73 , saturation: 0.68 and the lightness value of 6527cd is 0.48.
The process color (four color CMYK) of #6527cd color hex is 0.51, 0.81, 0.00, 0.20. Web safe color of #6527cd is #6633cc. Color #6527cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00100111 | 11001101 |
Octal | 145 | 47 | 315 |
Decimal | 101 | 39 | 205 |
Hex | 65 | 27 | CD |
Shades of #6527cd
Tints of #6527cd
RGB Percentages of Color #6527cd
CMYK Percentages of Color #6527cd
Complementary Color
#6527cd | #8fcd27 |
#6527cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6527cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6527cd Color CSS Codes
.mybgcolor {background-color:#6527cd; } .myforecolor {color:#6527cd; } .mybordercolor {border:3px solid #6527cd; }
#6527cd Text Font Color
<p style="color:#6527cd">Text here</p>
This sample text font color is #6527cd
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.
#6527cd Background Color
<div style="background-color:#6527cd">
Div content here</div>
This div background color is #6527cd
#6527cd Border Color
<div style="border:3px solid #6527cd">
Div here</div>
This div border color is #6527cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,39,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6527cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6527cd; -webkit-box-shadow: 1px 1px 3px 2px #6527cd; box-shadow: 1px 1px 3px 2px #6527cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,39,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6527cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6527cd; -webkit-box-shadow: 1px 1px 3px 2px #6527cd; box-shadow: 1px 1px 3px 2px #6527cd;">
Div content here</div>
This div box has shadow with color #6527cd
Comments
No comments written yet.
Please login to write comment.