Color spaces of #722288
RGB | 114 | 34 | 136 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.33 |
HSV | 287° | 75° | 53° |
CMYK | 0.16 | 0.75 | 0.00 0.47 |
XYZ | 11.9554 | 6.4990 | 23.9169 |
Yxy | 6.4990 | 0.2822 | 0.1534 |
Hunter Lab | 25.4931 | 39.0973 | -37.7789 |
CIE-Lab | 30.6380 | 49.4957 | -40.2630 |
#722288 color RGB value is (114,34,136).
#722288 hex color red value is 114, green value is 34 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #722288 hue: 0.80 , saturation: 0.60 and the lightness value of 722288 is 0.33.
The process color (four color CMYK) of #722288 color hex is 0.16, 0.75, 0.00, 0.47. Web safe color of #722288 is #663399. Color #722288 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 00100010 | 10001000 |
Octal | 162 | 42 | 210 |
Decimal | 114 | 34 | 136 |
Hex | 72 | 22 | 88 |
Shades of #722288
Tints of #722288
RGB Percentages of Color #722288
CMYK Percentages of Color #722288
Complementary Color
#722288 | #388822 |
#722288 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#722288 Color Preview on White Background
Lorem ipsum dolor sit amet.
#722288 Color CSS Codes
.mybgcolor {background-color:#722288; } .myforecolor {color:#722288; } .mybordercolor {border:3px solid #722288; }
#722288 Text Font Color
<p style="color:#722288">Text here</p>
This sample text font color is #722288
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.
#722288 Background Color
<div style="background-color:#722288">
Div content here</div>
This div background color is #722288
#722288 Border Color
<div style="border:3px solid #722288">
Div here</div>
This div border color is #722288
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,34,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #722288; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #722288; -webkit-box-shadow: 1px 1px 3px 2px #722288; box-shadow: 1px 1px 3px 2px #722288; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,34,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #722288">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #722288; -webkit-box-shadow: 1px 1px 3px 2px #722288; box-shadow: 1px 1px 3px 2px #722288;">
Div content here</div>
This div box has shadow with color #722288
Comments
No comments written yet.
Please login to write comment.