Color spaces of #943ced
RGB | 148 | 60 | 237 |
---|---|---|---|
HSL | 0.75 | 0.83 | 0.58 |
HSV | 270° | 75° | 93° |
CMYK | 0.38 | 0.75 | 0.00 0.07 |
XYZ | 29.1147 | 15.6420 | 81.6055 |
Yxy | 15.6420 | 0.2304 | 0.1238 |
Hunter Lab | 39.5500 | 62.1903 | -94.6512 |
CIE-Lab | 46.5013 | 67.6483 | -73.9092 |
#943ced color RGB value is (148,60,237).
#943ced hex color red value is 148, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #943ced hue: 0.75 , saturation: 0.83 and the lightness value of 943ced is 0.58.
The process color (four color CMYK) of #943ced color hex is 0.38, 0.75, 0.00, 0.07. Web safe color of #943ced is #9933ff. Color #943ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 00111100 | 11101101 |
Octal | 224 | 74 | 355 |
Decimal | 148 | 60 | 237 |
Hex | 94 | 3C | ED |
Shades of #943ced
Tints of #943ced
RGB Percentages of Color #943ced
CMYK Percentages of Color #943ced
Complementary Color
#943ced | #95ed3c |
#943ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#943ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#943ced Color CSS Codes
.mybgcolor {background-color:#943ced; } .myforecolor {color:#943ced; } .mybordercolor {border:3px solid #943ced; }
#943ced Text Font Color
<p style="color:#943ced">Text here</p>
This sample text font color is #943ced
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.
#943ced Background Color
<div style="background-color:#943ced">
Div content here</div>
This div background color is #943ced
#943ced Border Color
<div style="border:3px solid #943ced">
Div here</div>
This div border color is #943ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,60,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #943ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #943ced; -webkit-box-shadow: 1px 1px 3px 2px #943ced; box-shadow: 1px 1px 3px 2px #943ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,60,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #943ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #943ced; -webkit-box-shadow: 1px 1px 3px 2px #943ced; box-shadow: 1px 1px 3px 2px #943ced;">
Div content here</div>
This div box has shadow with color #943ced
Comments
No comments written yet.
Please login to write comment.