Color spaces of #4381db
RGB | 67 | 129 | 219 |
---|---|---|---|
HSL | 0.60 | 0.68 | 0.56 |
HSV | 216° | 69° | 86° |
CMYK | 0.69 | 0.41 | 0.00 0.14 |
XYZ | 22.9512 | 22.0083 | 70.0562 |
Yxy | 22.0083 | 0.1995 | 0.1914 |
Hunter Lab | 46.9130 | 5.2296 | -55.6999 |
CIE-Lab | 54.0358 | 9.4788 | -51.9088 |
#4381db color RGB value is (67,129,219).
#4381db hex color red value is 67, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4381db hue: 0.60 , saturation: 0.68 and the lightness value of 4381db is 0.56.
The process color (four color CMYK) of #4381db color hex is 0.69, 0.41, 0.00, 0.14. Web safe color of #4381db is #3399cc. Color #4381db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 10000001 | 11011011 |
Octal | 103 | 201 | 333 |
Decimal | 67 | 129 | 219 |
Hex | 43 | 81 | DB |
Shades of #4381db
Tints of #4381db
RGB Percentages of Color #4381db
CMYK Percentages of Color #4381db
Complementary Color
#4381db | #db9d43 |
#4381db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4381db Color Preview on White Background
Lorem ipsum dolor sit amet.
#4381db Color CSS Codes
.mybgcolor {background-color:#4381db; } .myforecolor {color:#4381db; } .mybordercolor {border:3px solid #4381db; }
#4381db Text Font Color
<p style="color:#4381db">Text here</p>
This sample text font color is #4381db
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.
#4381db Background Color
<div style="background-color:#4381db">
Div content here</div>
This div background color is #4381db
#4381db Border Color
<div style="border:3px solid #4381db">
Div here</div>
This div border color is #4381db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,129,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4381db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4381db; -webkit-box-shadow: 1px 1px 3px 2px #4381db; box-shadow: 1px 1px 3px 2px #4381db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,129,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4381db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4381db; -webkit-box-shadow: 1px 1px 3px 2px #4381db; box-shadow: 1px 1px 3px 2px #4381db;">
Div content here</div>
This div box has shadow with color #4381db
Comments
No comments written yet.
Please login to write comment.