Color spaces of #3025cc
RGB | 48 | 37 | 204 |
---|---|---|---|
HSL | 0.68 | 0.69 | 0.47 |
HSV | 244° | 82° | 80° |
CMYK | 0.76 | 0.82 | 0.00 0.20 |
XYZ | 12.7796 | 6.3111 | 57.6714 |
Yxy | 6.3111 | 0.1665 | 0.0822 |
Hunter Lab | 25.1219 | 46.8402 | -118.5245 |
CIE-Lab | 30.1842 | 57.0815 | -82.1914 |
#3025cc color RGB value is (48,37,204).
#3025cc hex color red value is 48, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3025cc hue: 0.68 , saturation: 0.69 and the lightness value of 3025cc is 0.47.
The process color (four color CMYK) of #3025cc color hex is 0.76, 0.82, 0.00, 0.20. Web safe color of #3025cc is #3333cc. Color #3025cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 00100101 | 11001100 |
Octal | 60 | 45 | 314 |
Decimal | 48 | 37 | 204 |
Hex | 30 | 25 | CC |
Shades of #3025cc
Tints of #3025cc
RGB Percentages of Color #3025cc
CMYK Percentages of Color #3025cc
Complementary Color
#3025cc | #c1cc25 |
#3025cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3025cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3025cc Color CSS Codes
.mybgcolor {background-color:#3025cc; } .myforecolor {color:#3025cc; } .mybordercolor {border:3px solid #3025cc; }
#3025cc Text Font Color
<p style="color:#3025cc">Text here</p>
This sample text font color is #3025cc
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.
#3025cc Background Color
<div style="background-color:#3025cc">
Div content here</div>
This div background color is #3025cc
#3025cc Border Color
<div style="border:3px solid #3025cc">
Div here</div>
This div border color is #3025cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,37,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3025cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3025cc; -webkit-box-shadow: 1px 1px 3px 2px #3025cc; box-shadow: 1px 1px 3px 2px #3025cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,37,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3025cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3025cc; -webkit-box-shadow: 1px 1px 3px 2px #3025cc; box-shadow: 1px 1px 3px 2px #3025cc;">
Div content here</div>
This div box has shadow with color #3025cc
Comments
No comments written yet.
Please login to write comment.