Color spaces of #1e26cd
RGB | 30 | 38 | 205 |
---|---|---|---|
HSL | 0.66 | 0.74 | 0.46 |
HSV | 237° | 85° | 80° |
CMYK | 0.85 | 0.81 | 0.00 0.20 |
XYZ | 12.2480 | 6.0700 | 58.2837 |
Yxy | 6.0700 | 0.1599 | 0.0792 |
Hunter Lab | 24.6374 | 45.6225 | -123.0140 |
CIE-Lab | 29.5884 | 56.0473 | -83.7892 |
#1e26cd color RGB value is (30,38,205).
#1e26cd hex color red value is 30, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1e26cd hue: 0.66 , saturation: 0.74 and the lightness value of 1e26cd is 0.46.
The process color (four color CMYK) of #1e26cd color hex is 0.85, 0.81, 0.00, 0.20. Web safe color of #1e26cd is #3333cc. Color #1e26cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 00100110 | 11001101 |
Octal | 36 | 46 | 315 |
Decimal | 30 | 38 | 205 |
Hex | 1E | 26 | CD |
Shades of #1e26cd
Tints of #1e26cd
RGB Percentages of Color #1e26cd
CMYK Percentages of Color #1e26cd
Complementary Color
#1e26cd | #cdc51e |
#1e26cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1e26cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1e26cd Color CSS Codes
.mybgcolor {background-color:#1e26cd; } .myforecolor {color:#1e26cd; } .mybordercolor {border:3px solid #1e26cd; }
#1e26cd Text Font Color
<p style="color:#1e26cd">Text here</p>
This sample text font color is #1e26cd
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.
#1e26cd Background Color
<div style="background-color:#1e26cd">
Div content here</div>
This div background color is #1e26cd
#1e26cd Border Color
<div style="border:3px solid #1e26cd">
Div here</div>
This div border color is #1e26cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,38,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1e26cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1e26cd; -webkit-box-shadow: 1px 1px 3px 2px #1e26cd; box-shadow: 1px 1px 3px 2px #1e26cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,38,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 #1e26cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1e26cd; -webkit-box-shadow: 1px 1px 3px 2px #1e26cd; box-shadow: 1px 1px 3px 2px #1e26cd;">
Div content here</div>
This div box has shadow with color #1e26cd
Comments
No comments written yet.
Please login to write comment.