Color spaces of #dfb2ea
RGB | 223 | 178 | 234 |
---|---|---|---|
HSL | 0.80 | 0.57 | 0.81 |
HSV | 288° | 24° | 92° |
CMYK | 0.05 | 0.24 | 0.00 0.08 |
XYZ | 61.2031 | 53.4693 | 84.9368 |
Yxy | 53.4693 | 0.3066 | 0.2679 |
Hunter Lab | 73.1227 | 21.4383 | -17.6833 |
CIE-Lab | 78.1513 | 25.9415 | -21.7793 |
#dfb2ea color RGB value is (223,178,234).
#dfb2ea hex color red value is 223, green value is 178 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dfb2ea hue: 0.80 , saturation: 0.57 and the lightness value of dfb2ea is 0.81.
The process color (four color CMYK) of #dfb2ea color hex is 0.05, 0.24, 0.00, 0.08. Web safe color of #dfb2ea is #cc99ff. Color #dfb2ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10110010 | 11101010 |
Octal | 337 | 262 | 352 |
Decimal | 223 | 178 | 234 |
Hex | DF | B2 | EA |
Shades of #dfb2ea
Tints of #dfb2ea
RGB Percentages of Color #dfb2ea
CMYK Percentages of Color #dfb2ea
Complementary Color
#dfb2ea | #bdeab2 |
#dfb2ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfb2ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfb2ea Color CSS Codes
.mybgcolor {background-color:#dfb2ea; } .myforecolor {color:#dfb2ea; } .mybordercolor {border:3px solid #dfb2ea; }
#dfb2ea Text Font Color
<p style="color:#dfb2ea">Text here</p>
This sample text font color is #dfb2ea
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.
#dfb2ea Background Color
<div style="background-color:#dfb2ea">
Div content here</div>
This div background color is #dfb2ea
#dfb2ea Border Color
<div style="border:3px solid #dfb2ea">
Div here</div>
This div border color is #dfb2ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,178,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfb2ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfb2ea; -webkit-box-shadow: 1px 1px 3px 2px #dfb2ea; box-shadow: 1px 1px 3px 2px #dfb2ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,178,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfb2ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb2ea; -webkit-box-shadow: 1px 1px 3px 2px #dfb2ea; box-shadow: 1px 1px 3px 2px #dfb2ea;">
Div content here</div>
This div box has shadow with color #dfb2ea
Comments
No comments written yet.
Please login to write comment.