Color spaces of #f3aafd
RGB | 243 | 170 | 253 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.83 |
HSV | 293° | 33° | 99° |
CMYK | 0.04 | 0.33 | 0.00 0.01 |
XYZ | 69.0665 | 54.8960 | 99.8843 |
Yxy | 54.8960 | 0.3085 | 0.2452 |
Hunter Lab | 74.0918 | 36.7324 | -28.0654 |
CIE-Lab | 78.9813 | 40.1150 | -30.5702 |
#f3aafd color RGB value is (243,170,253).
#f3aafd hex color red value is 243, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f3aafd hue: 0.81 , saturation: 0.95 and the lightness value of f3aafd is 0.83.
The process color (four color CMYK) of #f3aafd color hex is 0.04, 0.33, 0.00, 0.01. Web safe color of #f3aafd is #ff99ff. Color #f3aafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 10101010 | 11111101 |
Octal | 363 | 252 | 375 |
Decimal | 243 | 170 | 253 |
Hex | F3 | AA | FD |
Shades of #f3aafd
Tints of #f3aafd
RGB Percentages of Color #f3aafd
CMYK Percentages of Color #f3aafd
Complementary Color
#f3aafd | #b4fdaa |
#f3aafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3aafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3aafd Color CSS Codes
.mybgcolor {background-color:#f3aafd; } .myforecolor {color:#f3aafd; } .mybordercolor {border:3px solid #f3aafd; }
#f3aafd Text Font Color
<p style="color:#f3aafd">Text here</p>
This sample text font color is #f3aafd
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.
#f3aafd Background Color
<div style="background-color:#f3aafd">
Div content here</div>
This div background color is #f3aafd
#f3aafd Border Color
<div style="border:3px solid #f3aafd">
Div here</div>
This div border color is #f3aafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,170,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3aafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3aafd; -webkit-box-shadow: 1px 1px 3px 2px #f3aafd; box-shadow: 1px 1px 3px 2px #f3aafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,170,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 #f3aafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3aafd; -webkit-box-shadow: 1px 1px 3px 2px #f3aafd; box-shadow: 1px 1px 3px 2px #f3aafd;">
Div content here</div>
This div box has shadow with color #f3aafd
Comments
No comments written yet.
Please login to write comment.