Color spaces of #384aed
RGB | 56 | 74 | 237 |
---|---|---|---|
HSL | 0.65 | 0.83 | 0.57 |
HSV | 234° | 76° | 93° |
CMYK | 0.76 | 0.69 | 0.00 0.07 |
XYZ | 19.3657 | 11.8527 | 81.3879 |
Yxy | 11.8527 | 0.1720 | 0.1053 |
Hunter Lab | 34.4278 | 40.1582 | -116.0633 |
CIE-Lab | 40.9810 | 48.6094 | -83.2652 |
#384aed color RGB value is (56,74,237).
#384aed hex color red value is 56, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #384aed hue: 0.65 , saturation: 0.83 and the lightness value of 384aed is 0.57.
The process color (four color CMYK) of #384aed color hex is 0.76, 0.69, 0.00, 0.07. Web safe color of #384aed is #3333ff. Color #384aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01001010 | 11101101 |
Octal | 70 | 112 | 355 |
Decimal | 56 | 74 | 237 |
Hex | 38 | 4A | ED |
Shades of #384aed
Tints of #384aed
RGB Percentages of Color #384aed
CMYK Percentages of Color #384aed
Complementary Color
#384aed | #eddb38 |
#384aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#384aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#384aed Color CSS Codes
.mybgcolor {background-color:#384aed; } .myforecolor {color:#384aed; } .mybordercolor {border:3px solid #384aed; }
#384aed Text Font Color
<p style="color:#384aed">Text here</p>
This sample text font color is #384aed
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.
#384aed Background Color
<div style="background-color:#384aed">
Div content here</div>
This div background color is #384aed
#384aed Border Color
<div style="border:3px solid #384aed">
Div here</div>
This div border color is #384aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,74,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #384aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #384aed; -webkit-box-shadow: 1px 1px 3px 2px #384aed; box-shadow: 1px 1px 3px 2px #384aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,74,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #384aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #384aed; -webkit-box-shadow: 1px 1px 3px 2px #384aed; box-shadow: 1px 1px 3px 2px #384aed;">
Div content here</div>
This div box has shadow with color #384aed
Comments
No comments written yet.
Please login to write comment.