Color spaces of #914ecf
RGB | 145 | 78 | 207 |
---|---|---|---|
HSL | 0.75 | 0.57 | 0.56 |
HSV | 271° | 62° | 81° |
CMYK | 0.30 | 0.62 | 0.00 0.19 |
XYZ | 25.6639 | 15.9735 | 60.7620 |
Yxy | 15.9735 | 0.2506 | 0.1560 |
Hunter Lab | 39.9669 | 44.6781 | -62.1623 |
CIE-Lab | 46.9397 | 51.8785 | -56.1430 |
#914ecf color RGB value is (145,78,207).
#914ecf hex color red value is 145, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #914ecf hue: 0.75 , saturation: 0.57 and the lightness value of 914ecf is 0.56.
The process color (four color CMYK) of #914ecf color hex is 0.30, 0.62, 0.00, 0.19. Web safe color of #914ecf is #9966cc. Color #914ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01001110 | 11001111 |
Octal | 221 | 116 | 317 |
Decimal | 145 | 78 | 207 |
Hex | 91 | 4E | CF |
Shades of #914ecf
Tints of #914ecf
RGB Percentages of Color #914ecf
CMYK Percentages of Color #914ecf
Complementary Color
#914ecf | #8ccf4e |
#914ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#914ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#914ecf Color CSS Codes
.mybgcolor {background-color:#914ecf; } .myforecolor {color:#914ecf; } .mybordercolor {border:3px solid #914ecf; }
#914ecf Text Font Color
<p style="color:#914ecf">Text here</p>
This sample text font color is #914ecf
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.
#914ecf Background Color
<div style="background-color:#914ecf">
Div content here</div>
This div background color is #914ecf
#914ecf Border Color
<div style="border:3px solid #914ecf">
Div here</div>
This div border color is #914ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,78,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #914ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #914ecf; -webkit-box-shadow: 1px 1px 3px 2px #914ecf; box-shadow: 1px 1px 3px 2px #914ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,78,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #914ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #914ecf; -webkit-box-shadow: 1px 1px 3px 2px #914ecf; box-shadow: 1px 1px 3px 2px #914ecf;">
Div content here</div>
This div box has shadow with color #914ecf
Comments
No comments written yet.
Please login to write comment.