Color spaces of #dc9eeb
RGB | 220 | 158 | 235 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.77 |
HSV | 288° | 33° | 92° |
CMYK | 0.06 | 0.33 | 0.00 0.08 |
XYZ | 56.7375 | 45.6675 | 84.4216 |
Yxy | 45.6675 | 0.3037 | 0.2444 |
Hunter Lab | 67.5777 | 31.6055 | -26.7637 |
CIE-Lab | 73.3293 | 35.9586 | -29.7201 |
#dc9eeb color RGB value is (220,158,235).
#dc9eeb hex color red value is 220, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc9eeb hue: 0.80 , saturation: 0.66 and the lightness value of dc9eeb is 0.77.
The process color (four color CMYK) of #dc9eeb color hex is 0.06, 0.33, 0.00, 0.08. Web safe color of #dc9eeb is #cc99ff. Color #dc9eeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10011110 | 11101011 |
Octal | 334 | 236 | 353 |
Decimal | 220 | 158 | 235 |
Hex | DC | 9E | EB |
Shades of #dc9eeb
Tints of #dc9eeb
RGB Percentages of Color #dc9eeb
CMYK Percentages of Color #dc9eeb
Complementary Color
#dc9eeb | #adeb9e |
#dc9eeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc9eeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc9eeb Color CSS Codes
.mybgcolor {background-color:#dc9eeb; } .myforecolor {color:#dc9eeb; } .mybordercolor {border:3px solid #dc9eeb; }
#dc9eeb Text Font Color
<p style="color:#dc9eeb">Text here</p>
This sample text font color is #dc9eeb
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.
#dc9eeb Background Color
<div style="background-color:#dc9eeb">
Div content here</div>
This div background color is #dc9eeb
#dc9eeb Border Color
<div style="border:3px solid #dc9eeb">
Div here</div>
This div border color is #dc9eeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,158,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc9eeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc9eeb; -webkit-box-shadow: 1px 1px 3px 2px #dc9eeb; box-shadow: 1px 1px 3px 2px #dc9eeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,158,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 #dc9eeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc9eeb; -webkit-box-shadow: 1px 1px 3px 2px #dc9eeb; box-shadow: 1px 1px 3px 2px #dc9eeb;">
Div content here</div>
This div box has shadow with color #dc9eeb
Comments
No comments written yet.
Please login to write comment.