Color spaces of #488abe
RGB | 72 | 138 | 190 |
---|---|---|---|
HSL | 0.57 | 0.48 | 0.51 |
HSV | 206° | 62° | 75° |
CMYK | 0.62 | 0.27 | 0.00 0.25 |
XYZ | 21.0552 | 23.2724 | 52.0975 |
Yxy | 23.2724 | 0.2184 | 0.2414 |
Hunter Lab | 48.2415 | -6.5155 | -30.2601 |
CIE-Lab | 55.3518 | -5.0150 | -33.4080 |
#488abe color RGB value is (72,138,190).
#488abe hex color red value is 72, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #488abe hue: 0.57 , saturation: 0.48 and the lightness value of 488abe is 0.51.
The process color (four color CMYK) of #488abe color hex is 0.62, 0.27, 0.00, 0.25. Web safe color of #488abe is #3399cc. Color #488abe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10001010 | 10111110 |
Octal | 110 | 212 | 276 |
Decimal | 72 | 138 | 190 |
Hex | 48 | 8A | BE |
Shades of #488abe
Tints of #488abe
RGB Percentages of Color #488abe
CMYK Percentages of Color #488abe
Complementary Color
#488abe | #be7c48 |
#488abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#488abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#488abe Color CSS Codes
.mybgcolor {background-color:#488abe; } .myforecolor {color:#488abe; } .mybordercolor {border:3px solid #488abe; }
#488abe Text Font Color
<p style="color:#488abe">Text here</p>
This sample text font color is #488abe
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.
#488abe Background Color
<div style="background-color:#488abe">
Div content here</div>
This div background color is #488abe
#488abe Border Color
<div style="border:3px solid #488abe">
Div here</div>
This div border color is #488abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,138,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #488abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #488abe; -webkit-box-shadow: 1px 1px 3px 2px #488abe; box-shadow: 1px 1px 3px 2px #488abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,138,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #488abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #488abe; -webkit-box-shadow: 1px 1px 3px 2px #488abe; box-shadow: 1px 1px 3px 2px #488abe;">
Div content here</div>
This div box has shadow with color #488abe
Comments
No comments written yet.
Please login to write comment.