Color spaces of #dcbff9
RGB | 220 | 191 | 249 |
---|---|---|---|
HSL | 0.75 | 0.83 | 0.86 |
HSV | 270° | 23° | 98° |
CMYK | 0.12 | 0.23 | 0.00 0.02 |
XYZ | 65.2449 | 59.3168 | 97.6330 |
Yxy | 59.3168 | 0.2936 | 0.2670 |
Hunter Lab | 77.0174 | 16.4349 | -21.2482 |
CIE-Lab | 81.4654 | 20.9589 | -24.8162 |
#dcbff9 color RGB value is (220,191,249).
#dcbff9 hex color red value is 220, green value is 191 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dcbff9 hue: 0.75 , saturation: 0.83 and the lightness value of dcbff9 is 0.86.
The process color (four color CMYK) of #dcbff9 color hex is 0.12, 0.23, 0.00, 0.02. Web safe color of #dcbff9 is #ccccff. Color #dcbff9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 11111001 |
Octal | 334 | 277 | 371 |
Decimal | 220 | 191 | 249 |
Hex | DC | BF | F9 |
Shades of #dcbff9
Tints of #dcbff9
RGB Percentages of Color #dcbff9
CMYK Percentages of Color #dcbff9
Complementary Color
#dcbff9 | #dcf9bf |
#dcbff9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbff9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbff9 Color CSS Codes
.mybgcolor {background-color:#dcbff9; } .myforecolor {color:#dcbff9; } .mybordercolor {border:3px solid #dcbff9; }
#dcbff9 Text Font Color
<p style="color:#dcbff9">Text here</p>
This sample text font color is #dcbff9
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.
#dcbff9 Background Color
<div style="background-color:#dcbff9">
Div content here</div>
This div background color is #dcbff9
#dcbff9 Border Color
<div style="border:3px solid #dcbff9">
Div here</div>
This div border color is #dcbff9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,249, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbff9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbff9; -webkit-box-shadow: 1px 1px 3px 2px #dcbff9; box-shadow: 1px 1px 3px 2px #dcbff9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,249, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbff9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbff9; -webkit-box-shadow: 1px 1px 3px 2px #dcbff9; box-shadow: 1px 1px 3px 2px #dcbff9;">
Div content here</div>
This div box has shadow with color #dcbff9
Comments
No comments written yet.
Please login to write comment.