Color spaces of #281dee
RGB | 40 | 29 | 238 |
---|---|---|---|
HSL | 0.68 | 0.86 | 0.52 |
HSV | 243° | 88° | 93° |
CMYK | 0.83 | 0.88 | 0.00 0.07 |
XYZ | 16.7471 | 7.5029 | 81.4545 |
Yxy | 7.5029 | 0.1584 | 0.0710 |
Hunter Lab | 27.3914 | 61.1998 | -157.1380 |
CIE-Lab | 32.9254 | 69.4237 | -97.2037 |
#281dee color RGB value is (40,29,238).
#281dee hex color red value is 40, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #281dee hue: 0.68 , saturation: 0.86 and the lightness value of 281dee is 0.52.
The process color (four color CMYK) of #281dee color hex is 0.83, 0.88, 0.00, 0.07. Web safe color of #281dee is #3333ff. Color #281dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00011101 | 11101110 |
Octal | 50 | 35 | 356 |
Decimal | 40 | 29 | 238 |
Hex | 28 | 1D | EE |
Shades of #281dee
Tints of #281dee
RGB Percentages of Color #281dee
CMYK Percentages of Color #281dee
Complementary Color
#281dee | #e3ee1d |
#281dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#281dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#281dee Color CSS Codes
.mybgcolor {background-color:#281dee; } .myforecolor {color:#281dee; } .mybordercolor {border:3px solid #281dee; }
#281dee Text Font Color
<p style="color:#281dee">Text here</p>
This sample text font color is #281dee
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.
#281dee Background Color
<div style="background-color:#281dee">
Div content here</div>
This div background color is #281dee
#281dee Border Color
<div style="border:3px solid #281dee">
Div here</div>
This div border color is #281dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,29,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #281dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #281dee; -webkit-box-shadow: 1px 1px 3px 2px #281dee; box-shadow: 1px 1px 3px 2px #281dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,29,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #281dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #281dee; -webkit-box-shadow: 1px 1px 3px 2px #281dee; box-shadow: 1px 1px 3px 2px #281dee;">
Div content here</div>
This div box has shadow with color #281dee
Comments
No comments written yet.
Please login to write comment.