Color spaces of #775beb
RGB | 119 | 91 | 235 |
---|---|---|---|
HSL | 0.70 | 0.78 | 0.64 |
HSV | 252° | 61° | 92° |
CMYK | 0.49 | 0.61 | 0.00 0.08 |
XYZ | 26.3442 | 17.4023 | 80.5677 |
Yxy | 17.4023 | 0.2119 | 0.1400 |
Hunter Lab | 41.7161 | 39.7218 | -85.3076 |
CIE-Lab | 48.7630 | 46.8501 | -69.2362 |
#775beb color RGB value is (119,91,235).
#775beb hex color red value is 119, green value is 91 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #775beb hue: 0.70 , saturation: 0.78 and the lightness value of 775beb is 0.64.
The process color (four color CMYK) of #775beb color hex is 0.49, 0.61, 0.00, 0.08. Web safe color of #775beb is #6666ff. Color #775beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110111 | 01011011 | 11101011 |
Octal | 167 | 133 | 353 |
Decimal | 119 | 91 | 235 |
Hex | 77 | 5B | EB |
Shades of #775beb
Tints of #775beb
RGB Percentages of Color #775beb
CMYK Percentages of Color #775beb
Complementary Color
#775beb | #cfeb5b |
#775beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#775beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#775beb Color CSS Codes
.mybgcolor {background-color:#775beb; } .myforecolor {color:#775beb; } .mybordercolor {border:3px solid #775beb; }
#775beb Text Font Color
<p style="color:#775beb">Text here</p>
This sample text font color is #775beb
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.
#775beb Background Color
<div style="background-color:#775beb">
Div content here</div>
This div background color is #775beb
#775beb Border Color
<div style="border:3px solid #775beb">
Div here</div>
This div border color is #775beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(119,91,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #775beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #775beb; -webkit-box-shadow: 1px 1px 3px 2px #775beb; box-shadow: 1px 1px 3px 2px #775beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(119,91,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #775beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #775beb; -webkit-box-shadow: 1px 1px 3px 2px #775beb; box-shadow: 1px 1px 3px 2px #775beb;">
Div content here</div>
This div box has shadow with color #775beb
Comments
No comments written yet.
Please login to write comment.