Color spaces of #321cbc
RGB | 50 | 28 | 188 |
---|---|---|---|
HSL | 0.69 | 0.74 | 0.42 |
HSV | 248° | 85° | 74° |
CMYK | 0.73 | 0.85 | 0.00 0.26 |
XYZ | 10.8077 | 5.1395 | 47.9993 |
Yxy | 5.1395 | 0.1690 | 0.0804 |
Hunter Lab | 22.6705 | 45.4231 | -109.6631 |
CIE-Lab | 27.1286 | 56.3350 | -77.8545 |
#321cbc color RGB value is (50,28,188).
#321cbc hex color red value is 50, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #321cbc hue: 0.69 , saturation: 0.74 and the lightness value of 321cbc is 0.42.
The process color (four color CMYK) of #321cbc color hex is 0.73, 0.85, 0.00, 0.26. Web safe color of #321cbc is #3333cc. Color #321cbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 00011100 | 10111100 |
Octal | 62 | 34 | 274 |
Decimal | 50 | 28 | 188 |
Hex | 32 | 1C | BC |
Shades of #321cbc
Tints of #321cbc
RGB Percentages of Color #321cbc
CMYK Percentages of Color #321cbc
Complementary Color
#321cbc | #a6bc1c |
#321cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#321cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#321cbc Color CSS Codes
.mybgcolor {background-color:#321cbc; } .myforecolor {color:#321cbc; } .mybordercolor {border:3px solid #321cbc; }
#321cbc Text Font Color
<p style="color:#321cbc">Text here</p>
This sample text font color is #321cbc
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.
#321cbc Background Color
<div style="background-color:#321cbc">
Div content here</div>
This div background color is #321cbc
#321cbc Border Color
<div style="border:3px solid #321cbc">
Div here</div>
This div border color is #321cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,28,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #321cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #321cbc; -webkit-box-shadow: 1px 1px 3px 2px #321cbc; box-shadow: 1px 1px 3px 2px #321cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,28,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #321cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #321cbc; -webkit-box-shadow: 1px 1px 3px 2px #321cbc; box-shadow: 1px 1px 3px 2px #321cbc;">
Div content here</div>
This div box has shadow with color #321cbc
Comments
No comments written yet.
Please login to write comment.