Color spaces of #758cfb
RGB | 117 | 140 | 251 |
---|---|---|---|
HSL | 0.64 | 0.94 | 0.72 |
HSV | 230° | 53° | 98° |
CMYK | 0.53 | 0.44 | 0.00 0.02 |
XYZ | 34.1268 | 29.5031 | 95.1628 |
Yxy | 29.5031 | 0.2149 | 0.1858 |
Hunter Lab | 54.3168 | 17.0959 | -65.8542 |
CIE-Lab | 61.2231 | 22.5186 | -58.0763 |
#758cfb color RGB value is (117,140,251).
#758cfb hex color red value is 117, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #758cfb hue: 0.64 , saturation: 0.94 and the lightness value of 758cfb is 0.72.
The process color (four color CMYK) of #758cfb color hex is 0.53, 0.44, 0.00, 0.02. Web safe color of #758cfb is #6699ff. Color #758cfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 10001100 | 11111011 |
Octal | 165 | 214 | 373 |
Decimal | 117 | 140 | 251 |
Hex | 75 | 8C | FB |
Shades of #758cfb
Tints of #758cfb
RGB Percentages of Color #758cfb
CMYK Percentages of Color #758cfb
Complementary Color
#758cfb | #fbe475 |
#758cfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#758cfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#758cfb Color CSS Codes
.mybgcolor {background-color:#758cfb; } .myforecolor {color:#758cfb; } .mybordercolor {border:3px solid #758cfb; }
#758cfb Text Font Color
<p style="color:#758cfb">Text here</p>
This sample text font color is #758cfb
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.
#758cfb Background Color
<div style="background-color:#758cfb">
Div content here</div>
This div background color is #758cfb
#758cfb Border Color
<div style="border:3px solid #758cfb">
Div here</div>
This div border color is #758cfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,140,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #758cfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #758cfb; -webkit-box-shadow: 1px 1px 3px 2px #758cfb; box-shadow: 1px 1px 3px 2px #758cfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,140,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 #758cfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #758cfb; -webkit-box-shadow: 1px 1px 3px 2px #758cfb; box-shadow: 1px 1px 3px 2px #758cfb;">
Div content here</div>
This div box has shadow with color #758cfb
Comments
No comments written yet.
Please login to write comment.