Color spaces of #711afd
RGB | 113 | 26 | 253 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.55 |
HSV | 263° | 90° | 99° |
CMYK | 0.55 | 0.90 | 0.00 0.01 |
XYZ | 24.9091 | 11.3413 | 93.8048 |
Yxy | 11.3413 | 0.1915 | 0.0872 |
Hunter Lab | 33.6768 | 73.0932 | -141.5749 |
CIE-Lab | 40.1495 | 77.9469 | -93.4962 |
#711afd color RGB value is (113,26,253).
#711afd hex color red value is 113, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #711afd hue: 0.73 , saturation: 0.98 and the lightness value of 711afd is 0.55.
The process color (four color CMYK) of #711afd color hex is 0.55, 0.90, 0.00, 0.01. Web safe color of #711afd is #6633ff. Color #711afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00011010 | 11111101 |
Octal | 161 | 32 | 375 |
Decimal | 113 | 26 | 253 |
Hex | 71 | 1A | FD |
Shades of #711afd
Tints of #711afd
RGB Percentages of Color #711afd
CMYK Percentages of Color #711afd
Complementary Color
#711afd | #a6fd1a |
#711afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#711afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#711afd Color CSS Codes
.mybgcolor {background-color:#711afd; } .myforecolor {color:#711afd; } .mybordercolor {border:3px solid #711afd; }
#711afd Text Font Color
<p style="color:#711afd">Text here</p>
This sample text font color is #711afd
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.
#711afd Background Color
<div style="background-color:#711afd">
Div content here</div>
This div background color is #711afd
#711afd Border Color
<div style="border:3px solid #711afd">
Div here</div>
This div border color is #711afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,26,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #711afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711afd; -webkit-box-shadow: 1px 1px 3px 2px #711afd; box-shadow: 1px 1px 3px 2px #711afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,26,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #711afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #711afd; -webkit-box-shadow: 1px 1px 3px 2px #711afd; box-shadow: 1px 1px 3px 2px #711afd;">
Div content here</div>
This div box has shadow with color #711afd
Comments
No comments written yet.
Please login to write comment.