Color spaces of #ff036a
RGB | 255 | 3 | 106 |
---|---|---|---|
HSL | 0.93 | 1.00 | 0.51 |
HSV | 335° | 99° | 100° |
CMYK | 0.00 | 0.99 | 0.58 0.00 |
XYZ | 43.8741 | 22.3657 | 15.6403 |
Yxy | 22.3657 | 0.5358 | 0.2732 |
Hunter Lab | 47.2924 | 82.8364 | 13.4966 |
CIE-Lab | 54.4129 | 82.9165 | 16.6585 |
#ff036a color RGB value is (255,3,106).
#ff036a hex color red value is 255, green value is 3 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ff036a hue: 0.93 , saturation: 1.00 and the lightness value of ff036a is 0.51.
The process color (four color CMYK) of #ff036a color hex is 0.00, 0.99, 0.58, 0.00. Web safe color of #ff036a is #ff0066. Color #ff036a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00000011 | 01101010 |
Octal | 377 | 3 | 152 |
Decimal | 255 | 3 | 106 |
Hex | FF | 3 | 6A |
Shades of #ff036a
Tints of #ff036a
RGB Percentages of Color #ff036a
CMYK Percentages of Color #ff036a
Complementary Color
#ff036a | #03ff98 |
#ff036a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff036a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff036a Color CSS Codes
.mybgcolor {background-color:#ff036a; } .myforecolor {color:#ff036a; } .mybordercolor {border:3px solid #ff036a; }
#ff036a Text Font Color
<p style="color:#ff036a">Text here</p>
This sample text font color is #ff036a
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.
#ff036a Background Color
<div style="background-color:#ff036a">
Div content here</div>
This div background color is #ff036a
#ff036a Border Color
<div style="border:3px solid #ff036a">
Div here</div>
This div border color is #ff036a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,3,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff036a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff036a; -webkit-box-shadow: 1px 1px 3px 2px #ff036a; box-shadow: 1px 1px 3px 2px #ff036a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,3,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff036a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff036a; -webkit-box-shadow: 1px 1px 3px 2px #ff036a; box-shadow: 1px 1px 3px 2px #ff036a;">
Div content here</div>
This div box has shadow with color #ff036a
Comments
No comments written yet.
Please login to write comment.