Color spaces of #651272
RGB | 101 | 18 | 114 |
---|---|---|---|
HSL | 0.81 | 0.73 | 0.26 |
HSV | 292° | 84° | 45° |
CMYK | 0.11 | 0.84 | 0.00 0.55 |
XYZ | 8.6204 | 4.4142 | 16.3173 |
Yxy | 4.4142 | 0.2937 | 0.1504 |
Hunter Lab | 21.0100 | 36.4710 | -31.3403 |
CIE-Lab | 24.9960 | 47.9394 | -35.5501 |
#651272 color RGB value is (101,18,114).
#651272 hex color red value is 101, green value is 18 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #651272 hue: 0.81 , saturation: 0.73 and the lightness value of 651272 is 0.26.
The process color (four color CMYK) of #651272 color hex is 0.11, 0.84, 0.00, 0.55. Web safe color of #651272 is #660066. Color #651272 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 00010010 | 01110010 |
Octal | 145 | 22 | 162 |
Decimal | 101 | 18 | 114 |
Hex | 65 | 12 | 72 |
Shades of #651272
Tints of #651272
RGB Percentages of Color #651272
CMYK Percentages of Color #651272
Complementary Color
#651272 | #1f7212 |
#651272 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#651272 Color Preview on White Background
Lorem ipsum dolor sit amet.
#651272 Color CSS Codes
.mybgcolor {background-color:#651272; } .myforecolor {color:#651272; } .mybordercolor {border:3px solid #651272; }
#651272 Text Font Color
<p style="color:#651272">Text here</p>
This sample text font color is #651272
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.
#651272 Background Color
<div style="background-color:#651272">
Div content here</div>
This div background color is #651272
#651272 Border Color
<div style="border:3px solid #651272">
Div here</div>
This div border color is #651272
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,18,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #651272; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #651272; -webkit-box-shadow: 1px 1px 3px 2px #651272; box-shadow: 1px 1px 3px 2px #651272; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,18,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #651272">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #651272; -webkit-box-shadow: 1px 1px 3px 2px #651272; box-shadow: 1px 1px 3px 2px #651272;">
Div content here</div>
This div box has shadow with color #651272
Comments
No comments written yet.
Please login to write comment.