Color spaces of #2751ce
RGB | 39 | 81 | 206 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.48 |
HSV | 225° | 81° | 81° |
CMYK | 0.81 | 0.61 | 0.00 0.19 |
XYZ | 14.9197 | 10.7724 | 59.6855 |
Yxy | 10.7724 | 0.1747 | 0.1262 |
Hunter Lab | 32.8213 | 23.7040 | -84.8438 |
CIE-Lab | 39.1945 | 31.8112 | -68.5186 |
#2751ce color RGB value is (39,81,206).
#2751ce hex color red value is 39, green value is 81 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2751ce hue: 0.62 , saturation: 0.68 and the lightness value of 2751ce is 0.48.
The process color (four color CMYK) of #2751ce color hex is 0.81, 0.61, 0.00, 0.19. Web safe color of #2751ce is #3366cc. Color #2751ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01010001 | 11001110 |
Octal | 47 | 121 | 316 |
Decimal | 39 | 81 | 206 |
Hex | 27 | 51 | CE |
Shades of #2751ce
Tints of #2751ce
RGB Percentages of Color #2751ce
CMYK Percentages of Color #2751ce
Complementary Color
#2751ce | #cea427 |
#2751ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2751ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#2751ce Color CSS Codes
.mybgcolor {background-color:#2751ce; } .myforecolor {color:#2751ce; } .mybordercolor {border:3px solid #2751ce; }
#2751ce Text Font Color
<p style="color:#2751ce">Text here</p>
This sample text font color is #2751ce
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.
#2751ce Background Color
<div style="background-color:#2751ce">
Div content here</div>
This div background color is #2751ce
#2751ce Border Color
<div style="border:3px solid #2751ce">
Div here</div>
This div border color is #2751ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,81,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2751ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2751ce; -webkit-box-shadow: 1px 1px 3px 2px #2751ce; box-shadow: 1px 1px 3px 2px #2751ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,81,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2751ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2751ce; -webkit-box-shadow: 1px 1px 3px 2px #2751ce; box-shadow: 1px 1px 3px 2px #2751ce;">
Div content here</div>
This div box has shadow with color #2751ce
Comments
No comments written yet.
Please login to write comment.