Color spaces of #e4afcd
RGB | 228 | 175 | 205 |
---|---|---|---|
HSL | 0.91 | 0.50 | 0.79 |
HSV | 326° | 23° | 89° |
CMYK | 0.00 | 0.23 | 0.10 0.11 |
XYZ | 58.3443 | 51.5617 | 64.6349 |
Yxy | 51.5617 | 0.3343 | 0.2954 |
Hunter Lab | 71.8065 | 19.3737 | -3.1040 |
CIE-Lab | 77.0180 | 23.9961 | -7.7104 |
#e4afcd color RGB value is (228,175,205).
#e4afcd hex color red value is 228, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e4afcd hue: 0.91 , saturation: 0.50 and the lightness value of e4afcd is 0.79.
The process color (four color CMYK) of #e4afcd color hex is 0.00, 0.23, 0.10, 0.11. Web safe color of #e4afcd is #cc99cc. Color #e4afcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10101111 | 11001101 |
Octal | 344 | 257 | 315 |
Decimal | 228 | 175 | 205 |
Hex | E4 | AF | CD |
Shades of #e4afcd
Tints of #e4afcd
RGB Percentages of Color #e4afcd
CMYK Percentages of Color #e4afcd
Complementary Color
#e4afcd | #afe4c6 |
#e4afcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4afcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4afcd Color CSS Codes
.mybgcolor {background-color:#e4afcd; } .myforecolor {color:#e4afcd; } .mybordercolor {border:3px solid #e4afcd; }
#e4afcd Text Font Color
<p style="color:#e4afcd">Text here</p>
This sample text font color is #e4afcd
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.
#e4afcd Background Color
<div style="background-color:#e4afcd">
Div content here</div>
This div background color is #e4afcd
#e4afcd Border Color
<div style="border:3px solid #e4afcd">
Div here</div>
This div border color is #e4afcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,175,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4afcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4afcd; -webkit-box-shadow: 1px 1px 3px 2px #e4afcd; box-shadow: 1px 1px 3px 2px #e4afcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,175,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4afcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4afcd; -webkit-box-shadow: 1px 1px 3px 2px #e4afcd; box-shadow: 1px 1px 3px 2px #e4afcd;">
Div content here</div>
This div box has shadow with color #e4afcd
#e4afcd Color Palettes
Comments
No comments written yet.
Please login to write comment.