Color spaces of #275deb
RGB | 39 | 93 | 235 |
---|---|---|---|
HSL | 0.62 | 0.83 | 0.54 |
HSV | 223° | 83° | 92° |
CMYK | 0.83 | 0.60 | 0.00 0.08 |
XYZ | 19.7464 | 14.2582 | 80.3086 |
Yxy | 14.2582 | 0.1727 | 0.1247 |
Hunter Lab | 37.7600 | 27.2655 | -99.6668 |
CIE-Lab | 44.6010 | 34.9217 | -76.2180 |
#275deb color RGB value is (39,93,235).
#275deb hex color red value is 39, green value is 93 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #275deb hue: 0.62 , saturation: 0.83 and the lightness value of 275deb is 0.54.
The process color (four color CMYK) of #275deb color hex is 0.83, 0.60, 0.00, 0.08. Web safe color of #275deb is #3366ff. Color #275deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01011101 | 11101011 |
Octal | 47 | 135 | 353 |
Decimal | 39 | 93 | 235 |
Hex | 27 | 5D | EB |
Shades of #275deb
Tints of #275deb
RGB Percentages of Color #275deb
CMYK Percentages of Color #275deb
Complementary Color
#275deb | #ebb527 |
#275deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#275deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#275deb Color CSS Codes
.mybgcolor {background-color:#275deb; } .myforecolor {color:#275deb; } .mybordercolor {border:3px solid #275deb; }
#275deb Text Font Color
<p style="color:#275deb">Text here</p>
This sample text font color is #275deb
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.
#275deb Background Color
<div style="background-color:#275deb">
Div content here</div>
This div background color is #275deb
#275deb Border Color
<div style="border:3px solid #275deb">
Div here</div>
This div border color is #275deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,93,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #275deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #275deb; -webkit-box-shadow: 1px 1px 3px 2px #275deb; box-shadow: 1px 1px 3px 2px #275deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,93,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #275deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #275deb; -webkit-box-shadow: 1px 1px 3px 2px #275deb; box-shadow: 1px 1px 3px 2px #275deb;">
Div content here</div>
This div box has shadow with color #275deb
Comments
No comments written yet.
Please login to write comment.