Color spaces of #d38afd
RGB | 211 | 138 | 253 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.77 |
HSV | 278° | 45° | 99° |
CMYK | 0.17 | 0.45 | 0.00 0.01 |
XYZ | 53.6821 | 39.1177 | 97.6496 |
Yxy | 39.1177 | 0.2819 | 0.2054 |
Hunter Lab | 62.5441 | 43.7556 | -48.7880 |
CIE-Lab | 68.8364 | 47.6272 | -46.6012 |
#d38afd color RGB value is (211,138,253).
#d38afd hex color red value is 211, green value is 138 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d38afd hue: 0.77 , saturation: 0.97 and the lightness value of d38afd is 0.77.
The process color (four color CMYK) of #d38afd color hex is 0.17, 0.45, 0.00, 0.01. Web safe color of #d38afd is #cc99ff. Color #d38afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10001010 | 11111101 |
Octal | 323 | 212 | 375 |
Decimal | 211 | 138 | 253 |
Hex | D3 | 8A | FD |
Shades of #d38afd
Tints of #d38afd
RGB Percentages of Color #d38afd
CMYK Percentages of Color #d38afd
Complementary Color
#d38afd | #b4fd8a |
#d38afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d38afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d38afd Color CSS Codes
.mybgcolor {background-color:#d38afd; } .myforecolor {color:#d38afd; } .mybordercolor {border:3px solid #d38afd; }
#d38afd Text Font Color
<p style="color:#d38afd">Text here</p>
This sample text font color is #d38afd
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.
#d38afd Background Color
<div style="background-color:#d38afd">
Div content here</div>
This div background color is #d38afd
#d38afd Border Color
<div style="border:3px solid #d38afd">
Div here</div>
This div border color is #d38afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,138,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d38afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d38afd; -webkit-box-shadow: 1px 1px 3px 2px #d38afd; box-shadow: 1px 1px 3px 2px #d38afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,138,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d38afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d38afd; -webkit-box-shadow: 1px 1px 3px 2px #d38afd; box-shadow: 1px 1px 3px 2px #d38afd;">
Div content here</div>
This div box has shadow with color #d38afd
Comments
No comments written yet.
Please login to write comment.