Color spaces of #711cbd
RGB | 113 | 28 | 189 |
---|---|---|---|
HSL | 0.75 | 0.74 | 0.43 |
HSV | 272° | 85° | 74° |
CMYK | 0.40 | 0.85 | 0.00 0.26 |
XYZ | 16.4106 | 8.0153 | 48.8263 |
Yxy | 8.0153 | 0.2240 | 0.1094 |
Hunter Lab | 28.3113 | 53.9224 | -82.4349 |
CIE-Lab | 34.0147 | 62.8382 | -66.8510 |
#711cbd color RGB value is (113,28,189).
#711cbd hex color red value is 113, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #711cbd hue: 0.75 , saturation: 0.74 and the lightness value of 711cbd is 0.43.
The process color (four color CMYK) of #711cbd color hex is 0.40, 0.85, 0.00, 0.26. Web safe color of #711cbd is #6633cc. Color #711cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00011100 | 10111101 |
Octal | 161 | 34 | 275 |
Decimal | 113 | 28 | 189 |
Hex | 71 | 1C | BD |
Shades of #711cbd
Tints of #711cbd
RGB Percentages of Color #711cbd
CMYK Percentages of Color #711cbd
Complementary Color
#711cbd | #68bd1c |
#711cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#711cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#711cbd Color CSS Codes
.mybgcolor {background-color:#711cbd; } .myforecolor {color:#711cbd; } .mybordercolor {border:3px solid #711cbd; }
#711cbd Text Font Color
<p style="color:#711cbd">Text here</p>
This sample text font color is #711cbd
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.
#711cbd Background Color
<div style="background-color:#711cbd">
Div content here</div>
This div background color is #711cbd
#711cbd Border Color
<div style="border:3px solid #711cbd">
Div here</div>
This div border color is #711cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,28,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #711cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711cbd; -webkit-box-shadow: 1px 1px 3px 2px #711cbd; box-shadow: 1px 1px 3px 2px #711cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,28,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #711cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #711cbd; -webkit-box-shadow: 1px 1px 3px 2px #711cbd; box-shadow: 1px 1px 3px 2px #711cbd;">
Div content here</div>
This div box has shadow with color #711cbd
Comments
No comments written yet.
Please login to write comment.