Color spaces of #383ccc
RGB | 56 | 60 | 204 |
---|---|---|---|
HSL | 0.66 | 0.59 | 0.51 |
HSV | 238° | 73° | 80° |
CMYK | 0.73 | 0.71 | 0.00 0.20 |
XYZ | 14.1458 | 8.4321 | 58.0087 |
Yxy | 8.4321 | 0.1755 | 0.1046 |
Hunter Lab | 29.0381 | 36.1390 | -98.1156 |
CIE-Lab | 34.8671 | 45.7173 | -74.4323 |
#383ccc color RGB value is (56,60,204).
#383ccc hex color red value is 56, green value is 60 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #383ccc hue: 0.66 , saturation: 0.59 and the lightness value of 383ccc is 0.51.
The process color (four color CMYK) of #383ccc color hex is 0.73, 0.71, 0.00, 0.20. Web safe color of #383ccc is #3333cc. Color #383ccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00111100 | 11001100 |
Octal | 70 | 74 | 314 |
Decimal | 56 | 60 | 204 |
Hex | 38 | 3C | CC |
Shades of #383ccc
Tints of #383ccc
RGB Percentages of Color #383ccc
CMYK Percentages of Color #383ccc
Complementary Color
#383ccc | #ccc838 |
#383ccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#383ccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#383ccc Color CSS Codes
.mybgcolor {background-color:#383ccc; } .myforecolor {color:#383ccc; } .mybordercolor {border:3px solid #383ccc; }
#383ccc Text Font Color
<p style="color:#383ccc">Text here</p>
This sample text font color is #383ccc
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.
#383ccc Background Color
<div style="background-color:#383ccc">
Div content here</div>
This div background color is #383ccc
#383ccc Border Color
<div style="border:3px solid #383ccc">
Div here</div>
This div border color is #383ccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,60,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #383ccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #383ccc; -webkit-box-shadow: 1px 1px 3px 2px #383ccc; box-shadow: 1px 1px 3px 2px #383ccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,60,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 #383ccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #383ccc; -webkit-box-shadow: 1px 1px 3px 2px #383ccc; box-shadow: 1px 1px 3px 2px #383ccc;">
Div content here</div>
This div box has shadow with color #383ccc
Comments
No comments written yet.
Please login to write comment.