Color spaces of #384ecc
RGB | 56 | 78 | 204 |
---|---|---|---|
HSL | 0.64 | 0.59 | 0.51 |
HSV | 231° | 73° | 80° |
CMYK | 0.73 | 0.62 | 0.00 0.20 |
XYZ | 15.2544 | 10.6492 | 58.3782 |
Yxy | 10.6492 | 0.1810 | 0.1264 |
Hunter Lab | 32.6331 | 26.3322 | -83.2222 |
CIE-Lab | 38.9832 | 34.7237 | -67.6789 |
#384ecc color RGB value is (56,78,204).
#384ecc hex color red value is 56, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #384ecc hue: 0.64 , saturation: 0.59 and the lightness value of 384ecc is 0.51.
The process color (four color CMYK) of #384ecc color hex is 0.73, 0.62, 0.00, 0.20. Web safe color of #384ecc is #3366cc. Color #384ecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01001110 | 11001100 |
Octal | 70 | 116 | 314 |
Decimal | 56 | 78 | 204 |
Hex | 38 | 4E | CC |
Shades of #384ecc
Tints of #384ecc
RGB Percentages of Color #384ecc
CMYK Percentages of Color #384ecc
Complementary Color
#384ecc | #ccb638 |
#384ecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#384ecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#384ecc Color CSS Codes
.mybgcolor {background-color:#384ecc; } .myforecolor {color:#384ecc; } .mybordercolor {border:3px solid #384ecc; }
#384ecc Text Font Color
<p style="color:#384ecc">Text here</p>
This sample text font color is #384ecc
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.
#384ecc Background Color
<div style="background-color:#384ecc">
Div content here</div>
This div background color is #384ecc
#384ecc Border Color
<div style="border:3px solid #384ecc">
Div here</div>
This div border color is #384ecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,78,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #384ecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #384ecc; -webkit-box-shadow: 1px 1px 3px 2px #384ecc; box-shadow: 1px 1px 3px 2px #384ecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,78,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 #384ecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #384ecc; -webkit-box-shadow: 1px 1px 3px 2px #384ecc; box-shadow: 1px 1px 3px 2px #384ecc;">
Div content here</div>
This div box has shadow with color #384ecc
Comments
No comments written yet.
Please login to write comment.