Color spaces of #6626fd
RGB | 102 | 38 | 253 |
---|---|---|---|
HSL | 0.72 | 0.98 | 0.57 |
HSV | 258° | 85° | 99° |
CMYK | 0.60 | 0.85 | 0.00 0.01 |
XYZ | 23.9022 | 11.3029 | 93.8504 |
Yxy | 11.3029 | 0.1852 | 0.0876 |
Hunter Lab | 33.6198 | 68.0711 | -141.9755 |
CIE-Lab | 40.0860 | 73.8496 | -93.6364 |
#6626fd color RGB value is (102,38,253).
#6626fd hex color red value is 102, green value is 38 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6626fd hue: 0.72 , saturation: 0.98 and the lightness value of 6626fd is 0.57.
The process color (four color CMYK) of #6626fd color hex is 0.60, 0.85, 0.00, 0.01. Web safe color of #6626fd is #6633ff. Color #6626fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00100110 | 11111101 |
Octal | 146 | 46 | 375 |
Decimal | 102 | 38 | 253 |
Hex | 66 | 26 | FD |
Shades of #6626fd
Tints of #6626fd
RGB Percentages of Color #6626fd
CMYK Percentages of Color #6626fd
Complementary Color
#6626fd | #bdfd26 |
#6626fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6626fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6626fd Color CSS Codes
.mybgcolor {background-color:#6626fd; } .myforecolor {color:#6626fd; } .mybordercolor {border:3px solid #6626fd; }
#6626fd Text Font Color
<p style="color:#6626fd">Text here</p>
This sample text font color is #6626fd
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.
#6626fd Background Color
<div style="background-color:#6626fd">
Div content here</div>
This div background color is #6626fd
#6626fd Border Color
<div style="border:3px solid #6626fd">
Div here</div>
This div border color is #6626fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,38,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6626fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6626fd; -webkit-box-shadow: 1px 1px 3px 2px #6626fd; box-shadow: 1px 1px 3px 2px #6626fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,38,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6626fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6626fd; -webkit-box-shadow: 1px 1px 3px 2px #6626fd; box-shadow: 1px 1px 3px 2px #6626fd;">
Div content here</div>
This div box has shadow with color #6626fd
Comments
No comments written yet.
Please login to write comment.