Color spaces of #4382dd
RGB | 67 | 130 | 221 |
---|---|---|---|
HSL | 0.60 | 0.69 | 0.56 |
HSV | 215° | 70° | 87° |
CMYK | 0.70 | 0.41 | 0.00 0.13 |
XYZ | 23.3485 | 22.3790 | 71.4956 |
Yxy | 22.3790 | 0.1992 | 0.1909 |
Hunter Lab | 47.3064 | 5.3139 | -56.4922 |
CIE-Lab | 54.4268 | 9.5796 | -52.4091 |
#4382dd color RGB value is (67,130,221).
#4382dd hex color red value is 67, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4382dd hue: 0.60 , saturation: 0.69 and the lightness value of 4382dd is 0.56.
The process color (four color CMYK) of #4382dd color hex is 0.70, 0.41, 0.00, 0.13. Web safe color of #4382dd is #3399cc. Color #4382dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 10000010 | 11011101 |
Octal | 103 | 202 | 335 |
Decimal | 67 | 130 | 221 |
Hex | 43 | 82 | DD |
Shades of #4382dd
Tints of #4382dd
RGB Percentages of Color #4382dd
CMYK Percentages of Color #4382dd
Complementary Color
#4382dd | #dd9e43 |
#4382dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4382dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4382dd Color CSS Codes
.mybgcolor {background-color:#4382dd; } .myforecolor {color:#4382dd; } .mybordercolor {border:3px solid #4382dd; }
#4382dd Text Font Color
<p style="color:#4382dd">Text here</p>
This sample text font color is #4382dd
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.
#4382dd Background Color
<div style="background-color:#4382dd">
Div content here</div>
This div background color is #4382dd
#4382dd Border Color
<div style="border:3px solid #4382dd">
Div here</div>
This div border color is #4382dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,130,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4382dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4382dd; -webkit-box-shadow: 1px 1px 3px 2px #4382dd; box-shadow: 1px 1px 3px 2px #4382dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,130,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4382dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4382dd; -webkit-box-shadow: 1px 1px 3px 2px #4382dd; box-shadow: 1px 1px 3px 2px #4382dd;">
Div content here</div>
This div box has shadow with color #4382dd
Comments
No comments written yet.
Please login to write comment.