Color spaces of #260dcd
RGB | 38 | 13 | 205 |
---|---|---|---|
HSL | 0.69 | 0.88 | 0.43 |
HSV | 248° | 94° | 80° |
CMYK | 0.81 | 0.94 | 0.00 0.20 |
XYZ | 11.9627 | 5.1077 | 58.1130 |
Yxy | 5.1077 | 0.1591 | 0.0679 |
Hunter Lab | 22.6002 | 54.9328 | -136.6350 |
CIE-Lab | 27.0394 | 65.0579 | -88.0253 |
#260dcd color RGB value is (38,13,205).
#260dcd hex color red value is 38, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #260dcd hue: 0.69 , saturation: 0.88 and the lightness value of 260dcd is 0.43.
The process color (four color CMYK) of #260dcd color hex is 0.81, 0.94, 0.00, 0.20. Web safe color of #260dcd is #3300cc. Color #260dcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00001101 | 11001101 |
Octal | 46 | 15 | 315 |
Decimal | 38 | 13 | 205 |
Hex | 26 | D | CD |
Shades of #260dcd
Tints of #260dcd
RGB Percentages of Color #260dcd
CMYK Percentages of Color #260dcd
Complementary Color
#260dcd | #b4cd0d |
#260dcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#260dcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#260dcd Color CSS Codes
.mybgcolor {background-color:#260dcd; } .myforecolor {color:#260dcd; } .mybordercolor {border:3px solid #260dcd; }
#260dcd Text Font Color
<p style="color:#260dcd">Text here</p>
This sample text font color is #260dcd
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.
#260dcd Background Color
<div style="background-color:#260dcd">
Div content here</div>
This div background color is #260dcd
#260dcd Border Color
<div style="border:3px solid #260dcd">
Div here</div>
This div border color is #260dcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,13,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #260dcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #260dcd; -webkit-box-shadow: 1px 1px 3px 2px #260dcd; box-shadow: 1px 1px 3px 2px #260dcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,13,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #260dcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #260dcd; -webkit-box-shadow: 1px 1px 3px 2px #260dcd; box-shadow: 1px 1px 3px 2px #260dcd;">
Div content here</div>
This div box has shadow with color #260dcd
Comments
No comments written yet.
Please login to write comment.