Color spaces of #327abe
RGB | 50 | 122 | 190 |
---|---|---|---|
HSL | 0.58 | 0.58 | 0.47 |
HSV | 209° | 74° | 75° |
CMYK | 0.74 | 0.36 | 0.00 0.25 |
XYZ | 17.5692 | 18.3149 | 51.3243 |
Yxy | 18.3149 | 0.2015 | 0.2100 |
Hunter Lab | 42.7959 | -1.6124 | -41.1482 |
CIE-Lab | 49.8758 | 0.8751 | -42.0716 |
#327abe color RGB value is (50,122,190).
#327abe hex color red value is 50, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #327abe hue: 0.58 , saturation: 0.58 and the lightness value of 327abe is 0.47.
The process color (four color CMYK) of #327abe color hex is 0.74, 0.36, 0.00, 0.25. Web safe color of #327abe is #3366cc. Color #327abe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01111010 | 10111110 |
Octal | 62 | 172 | 276 |
Decimal | 50 | 122 | 190 |
Hex | 32 | 7A | BE |
Shades of #327abe
Tints of #327abe
RGB Percentages of Color #327abe
CMYK Percentages of Color #327abe
Complementary Color
#327abe | #be7632 |
#327abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#327abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#327abe Color CSS Codes
.mybgcolor {background-color:#327abe; } .myforecolor {color:#327abe; } .mybordercolor {border:3px solid #327abe; }
#327abe Text Font Color
<p style="color:#327abe">Text here</p>
This sample text font color is #327abe
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.
#327abe Background Color
<div style="background-color:#327abe">
Div content here</div>
This div background color is #327abe
#327abe Border Color
<div style="border:3px solid #327abe">
Div here</div>
This div border color is #327abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,122,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #327abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #327abe; -webkit-box-shadow: 1px 1px 3px 2px #327abe; box-shadow: 1px 1px 3px 2px #327abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,122,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 #327abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #327abe; -webkit-box-shadow: 1px 1px 3px 2px #327abe; box-shadow: 1px 1px 3px 2px #327abe;">
Div content here</div>
This div box has shadow with color #327abe
Comments
No comments written yet.
Please login to write comment.