Color spaces of #7250da
RGB | 114 | 80 | 218 |
---|---|---|---|
HSL | 0.71 | 0.65 | 0.58 |
HSV | 255° | 63° | 85° |
CMYK | 0.48 | 0.63 | 0.00 0.15 |
XYZ | 22.4630 | 14.3767 | 67.9207 |
Yxy | 14.3767 | 0.2144 | 0.1372 |
Hunter Lab | 37.9166 | 39.3949 | -79.6656 |
CIE-Lab | 44.7684 | 47.2011 | -66.1146 |
#7250da color RGB value is (114,80,218).
#7250da hex color red value is 114, green value is 80 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7250da hue: 0.71 , saturation: 0.65 and the lightness value of 7250da is 0.58.
The process color (four color CMYK) of #7250da color hex is 0.48, 0.63, 0.00, 0.15. Web safe color of #7250da is #6666cc. Color #7250da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01010000 | 11011010 |
Octal | 162 | 120 | 332 |
Decimal | 114 | 80 | 218 |
Hex | 72 | 50 | DA |
Shades of #7250da
Tints of #7250da
RGB Percentages of Color #7250da
CMYK Percentages of Color #7250da
Complementary Color
#7250da | #b8da50 |
#7250da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7250da Color Preview on White Background
Lorem ipsum dolor sit amet.
#7250da Color CSS Codes
.mybgcolor {background-color:#7250da; } .myforecolor {color:#7250da; } .mybordercolor {border:3px solid #7250da; }
#7250da Text Font Color
<p style="color:#7250da">Text here</p>
This sample text font color is #7250da
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.
#7250da Background Color
<div style="background-color:#7250da">
Div content here</div>
This div background color is #7250da
#7250da Border Color
<div style="border:3px solid #7250da">
Div here</div>
This div border color is #7250da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,80,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7250da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7250da; -webkit-box-shadow: 1px 1px 3px 2px #7250da; box-shadow: 1px 1px 3px 2px #7250da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,80,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7250da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7250da; -webkit-box-shadow: 1px 1px 3px 2px #7250da; box-shadow: 1px 1px 3px 2px #7250da;">
Div content here</div>
This div box has shadow with color #7250da
Comments
No comments written yet.
Please login to write comment.