Color spaces of #725cfb
RGB | 114 | 92 | 251 |
---|---|---|---|
HSL | 0.69 | 0.95 | 0.67 |
HSV | 248° | 63° | 98° |
CMYK | 0.55 | 0.63 | 0.00 0.02 |
XYZ | 28.1792 | 18.1967 | 93.2939 |
Yxy | 18.1967 | 0.2018 | 0.1303 |
Hunter Lab | 42.6576 | 43.2646 | -99.8093 |
CIE-Lab | 49.7338 | 50.0655 | -76.6253 |
#725cfb color RGB value is (114,92,251).
#725cfb hex color red value is 114, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #725cfb hue: 0.69 , saturation: 0.95 and the lightness value of 725cfb is 0.67.
The process color (four color CMYK) of #725cfb color hex is 0.55, 0.63, 0.00, 0.02. Web safe color of #725cfb is #6666ff. Color #725cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 01011100 | 11111011 |
Octal | 162 | 134 | 373 |
Decimal | 114 | 92 | 251 |
Hex | 72 | 5C | FB |
Shades of #725cfb
Tints of #725cfb
RGB Percentages of Color #725cfb
CMYK Percentages of Color #725cfb
Complementary Color
#725cfb | #e5fb5c |
#725cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#725cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#725cfb Color CSS Codes
.mybgcolor {background-color:#725cfb; } .myforecolor {color:#725cfb; } .mybordercolor {border:3px solid #725cfb; }
#725cfb Text Font Color
<p style="color:#725cfb">Text here</p>
This sample text font color is #725cfb
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.
#725cfb Background Color
<div style="background-color:#725cfb">
Div content here</div>
This div background color is #725cfb
#725cfb Border Color
<div style="border:3px solid #725cfb">
Div here</div>
This div border color is #725cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(114,92,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #725cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #725cfb; -webkit-box-shadow: 1px 1px 3px 2px #725cfb; box-shadow: 1px 1px 3px 2px #725cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,92,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #725cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #725cfb; -webkit-box-shadow: 1px 1px 3px 2px #725cfb; box-shadow: 1px 1px 3px 2px #725cfb;">
Div content here</div>
This div box has shadow with color #725cfb
Comments
No comments written yet.
Please login to write comment.