Color spaces of #970ceb
RGB | 151 | 12 | 235 |
---|---|---|---|
HSL | 0.77 | 0.90 | 0.48 |
HSV | 277° | 95° | 92° |
CMYK | 0.36 | 0.95 | 0.00 0.08 |
XYZ | 27.8894 | 12.8404 | 79.6058 |
Yxy | 12.8404 | 0.2318 | 0.1067 |
Hunter Lab | 35.8335 | 76.2188 | -106.6320 |
CIE-Lab | 42.5218 | 80.0050 | -79.2741 |
#970ceb color RGB value is (151,12,235).
#970ceb hex color red value is 151, green value is 12 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #970ceb hue: 0.77 , saturation: 0.90 and the lightness value of 970ceb is 0.48.
The process color (four color CMYK) of #970ceb color hex is 0.36, 0.95, 0.00, 0.08. Web safe color of #970ceb is #9900ff. Color #970ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 00001100 | 11101011 |
Octal | 227 | 14 | 353 |
Decimal | 151 | 12 | 235 |
Hex | 97 | C | EB |
Shades of #970ceb
Tints of #970ceb
RGB Percentages of Color #970ceb
CMYK Percentages of Color #970ceb
Complementary Color
#970ceb | #60eb0c |
#970ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#970ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#970ceb Color CSS Codes
.mybgcolor {background-color:#970ceb; } .myforecolor {color:#970ceb; } .mybordercolor {border:3px solid #970ceb; }
#970ceb Text Font Color
<p style="color:#970ceb">Text here</p>
This sample text font color is #970ceb
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.
#970ceb Background Color
<div style="background-color:#970ceb">
Div content here</div>
This div background color is #970ceb
#970ceb Border Color
<div style="border:3px solid #970ceb">
Div here</div>
This div border color is #970ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,12,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #970ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #970ceb; -webkit-box-shadow: 1px 1px 3px 2px #970ceb; box-shadow: 1px 1px 3px 2px #970ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,12,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 #970ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #970ceb; -webkit-box-shadow: 1px 1px 3px 2px #970ceb; box-shadow: 1px 1px 3px 2px #970ceb;">
Div content here</div>
This div box has shadow with color #970ceb
Comments
No comments written yet.
Please login to write comment.