Color spaces of #988adc
RGB | 152 | 138 | 220 |
---|---|---|---|
HSL | 0.70 | 0.54 | 0.70 |
HSV | 250° | 37° | 86° |
CMYK | 0.31 | 0.37 | 0.00 0.14 |
XYZ | 34.9556 | 30.0197 | 71.6622 |
Yxy | 30.0197 | 0.2558 | 0.2197 |
Hunter Lab | 54.7902 | 17.9982 | -39.1944 |
CIE-Lab | 61.6712 | 23.4410 | -40.0537 |
#988adc color RGB value is (152,138,220).
#988adc hex color red value is 152, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #988adc hue: 0.70 , saturation: 0.54 and the lightness value of 988adc is 0.70.
The process color (four color CMYK) of #988adc color hex is 0.31, 0.37, 0.00, 0.14. Web safe color of #988adc is #9999cc. Color #988adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10001010 | 11011100 |
Octal | 230 | 212 | 334 |
Decimal | 152 | 138 | 220 |
Hex | 98 | 8A | DC |
Shades of #988adc
Tints of #988adc
RGB Percentages of Color #988adc
CMYK Percentages of Color #988adc
Complementary Color
#988adc | #cedc8a |
#988adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#988adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#988adc Color CSS Codes
.mybgcolor {background-color:#988adc; } .myforecolor {color:#988adc; } .mybordercolor {border:3px solid #988adc; }
#988adc Text Font Color
<p style="color:#988adc">Text here</p>
This sample text font color is #988adc
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.
#988adc Background Color
<div style="background-color:#988adc">
Div content here</div>
This div background color is #988adc
#988adc Border Color
<div style="border:3px solid #988adc">
Div here</div>
This div border color is #988adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,138,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #988adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988adc; -webkit-box-shadow: 1px 1px 3px 2px #988adc; box-shadow: 1px 1px 3px 2px #988adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,138,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #988adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #988adc; -webkit-box-shadow: 1px 1px 3px 2px #988adc; box-shadow: 1px 1px 3px 2px #988adc;">
Div content here</div>
This div box has shadow with color #988adc
Comments
No comments written yet.
Please login to write comment.