Color spaces of #a03ceb
RGB | 160 | 60 | 235 |
---|---|---|---|
HSL | 0.76 | 0.81 | 0.58 |
HSV | 274° | 74° | 92° |
CMYK | 0.32 | 0.74 | 0.00 0.08 |
XYZ | 31.1085 | 16.7035 | 80.1818 |
Yxy | 16.7035 | 0.2430 | 0.1305 |
Hunter Lab | 40.8699 | 64.3445 | -87.7108 |
CIE-Lab | 47.8843 | 69.2117 | -70.4620 |
#a03ceb color RGB value is (160,60,235).
#a03ceb hex color red value is 160, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a03ceb hue: 0.76 , saturation: 0.81 and the lightness value of a03ceb is 0.58.
The process color (four color CMYK) of #a03ceb color hex is 0.32, 0.74, 0.00, 0.08. Web safe color of #a03ceb is #9933ff. Color #a03ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00111100 | 11101011 |
Octal | 240 | 74 | 353 |
Decimal | 160 | 60 | 235 |
Hex | A0 | 3C | EB |
Shades of #a03ceb
Tints of #a03ceb
RGB Percentages of Color #a03ceb
CMYK Percentages of Color #a03ceb
Complementary Color
#a03ceb | #87eb3c |
#a03ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a03ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a03ceb Color CSS Codes
.mybgcolor {background-color:#a03ceb; } .myforecolor {color:#a03ceb; } .mybordercolor {border:3px solid #a03ceb; }
#a03ceb Text Font Color
<p style="color:#a03ceb">Text here</p>
This sample text font color is #a03ceb
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.
#a03ceb Background Color
<div style="background-color:#a03ceb">
Div content here</div>
This div background color is #a03ceb
#a03ceb Border Color
<div style="border:3px solid #a03ceb">
Div here</div>
This div border color is #a03ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,60,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a03ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a03ceb; -webkit-box-shadow: 1px 1px 3px 2px #a03ceb; box-shadow: 1px 1px 3px 2px #a03ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,60,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 #a03ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a03ceb; -webkit-box-shadow: 1px 1px 3px 2px #a03ceb; box-shadow: 1px 1px 3px 2px #a03ceb;">
Div content here</div>
This div box has shadow with color #a03ceb
Comments
No comments written yet.
Please login to write comment.