Color spaces of #327ddd
RGB | 50 | 125 | 221 |
---|---|---|---|
HSL | 0.59 | 0.72 | 0.53 |
HSV | 214° | 77° | 87° |
CMYK | 0.77 | 0.43 | 0.00 0.13 |
XYZ | 21.7002 | 20.5658 | 71.2325 |
Yxy | 20.5658 | 0.1912 | 0.1812 |
Hunter Lab | 45.3495 | 6.0523 | -61.3847 |
CIE-Lab | 52.4710 | 10.4607 | -55.5678 |
#327ddd color RGB value is (50,125,221).
#327ddd hex color red value is 50, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #327ddd hue: 0.59 , saturation: 0.72 and the lightness value of 327ddd is 0.53.
The process color (four color CMYK) of #327ddd color hex is 0.77, 0.43, 0.00, 0.13. Web safe color of #327ddd is #3366cc. Color #327ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01111101 | 11011101 |
Octal | 62 | 175 | 335 |
Decimal | 50 | 125 | 221 |
Hex | 32 | 7D | DD |
Shades of #327ddd
Tints of #327ddd
RGB Percentages of Color #327ddd
CMYK Percentages of Color #327ddd
Complementary Color
#327ddd | #dd9232 |
#327ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#327ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#327ddd Color CSS Codes
.mybgcolor {background-color:#327ddd; } .myforecolor {color:#327ddd; } .mybordercolor {border:3px solid #327ddd; }
#327ddd Text Font Color
<p style="color:#327ddd">Text here</p>
This sample text font color is #327ddd
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.
#327ddd Background Color
<div style="background-color:#327ddd">
Div content here</div>
This div background color is #327ddd
#327ddd Border Color
<div style="border:3px solid #327ddd">
Div here</div>
This div border color is #327ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,125,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #327ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #327ddd; -webkit-box-shadow: 1px 1px 3px 2px #327ddd; box-shadow: 1px 1px 3px 2px #327ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,125,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #327ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #327ddd; -webkit-box-shadow: 1px 1px 3px 2px #327ddd; box-shadow: 1px 1px 3px 2px #327ddd;">
Div content here</div>
This div box has shadow with color #327ddd
Comments
No comments written yet.
Please login to write comment.