Color spaces of #748dca
RGB | 116 | 141 | 202 |
---|---|---|---|
HSL | 0.62 | 0.45 | 0.62 |
HSV | 223° | 43° | 79° |
CMYK | 0.43 | 0.30 | 0.00 0.21 |
XYZ | 27.3880 | 27.0270 | 59.6503 |
Yxy | 27.0270 | 0.2401 | 0.2369 |
Hunter Lab | 51.9875 | 3.0591 | -31.6379 |
CIE-Lab | 58.9993 | 6.9780 | -34.3402 |
#748dca color RGB value is (116,141,202).
#748dca hex color red value is 116, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #748dca hue: 0.62 , saturation: 0.45 and the lightness value of 748dca is 0.62.
The process color (four color CMYK) of #748dca color hex is 0.43, 0.30, 0.00, 0.21. Web safe color of #748dca is #6699cc. Color #748dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10001101 | 11001010 |
Octal | 164 | 215 | 312 |
Decimal | 116 | 141 | 202 |
Hex | 74 | 8D | CA |
Shades of #748dca
Tints of #748dca
RGB Percentages of Color #748dca
CMYK Percentages of Color #748dca
Complementary Color
#748dca | #cab174 |
#748dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#748dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#748dca Color CSS Codes
.mybgcolor {background-color:#748dca; } .myforecolor {color:#748dca; } .mybordercolor {border:3px solid #748dca; }
#748dca Text Font Color
<p style="color:#748dca">Text here</p>
This sample text font color is #748dca
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.
#748dca Background Color
<div style="background-color:#748dca">
Div content here</div>
This div background color is #748dca
#748dca Border Color
<div style="border:3px solid #748dca">
Div here</div>
This div border color is #748dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,141,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #748dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #748dca; -webkit-box-shadow: 1px 1px 3px 2px #748dca; box-shadow: 1px 1px 3px 2px #748dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,141,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #748dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #748dca; -webkit-box-shadow: 1px 1px 3px 2px #748dca; box-shadow: 1px 1px 3px 2px #748dca;">
Div content here</div>
This div box has shadow with color #748dca
Comments
No comments written yet.
Please login to write comment.