Color spaces of #d341fb
RGB | 211 | 65 | 251 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.62 |
HSV | 287° | 74° | 98° |
CMYK | 0.16 | 0.74 | 0.00 0.02 |
XYZ | 46.1669 | 24.5945 | 93.5807 |
Yxy | 24.5945 | 0.2809 | 0.1497 |
Hunter Lab | 49.5928 | 79.3815 | -77.1641 |
CIE-Lab | 56.6782 | 79.7696 | -64.8468 |
#d341fb color RGB value is (211,65,251).
#d341fb hex color red value is 211, green value is 65 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d341fb hue: 0.80 , saturation: 0.96 and the lightness value of d341fb is 0.62.
The process color (four color CMYK) of #d341fb color hex is 0.16, 0.74, 0.00, 0.02. Web safe color of #d341fb is #cc33ff. Color #d341fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01000001 | 11111011 |
Octal | 323 | 101 | 373 |
Decimal | 211 | 65 | 251 |
Hex | D3 | 41 | FB |
Shades of #d341fb
Tints of #d341fb
RGB Percentages of Color #d341fb
CMYK Percentages of Color #d341fb
Complementary Color
#d341fb | #69fb41 |
#d341fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d341fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d341fb Color CSS Codes
.mybgcolor {background-color:#d341fb; } .myforecolor {color:#d341fb; } .mybordercolor {border:3px solid #d341fb; }
#d341fb Text Font Color
<p style="color:#d341fb">Text here</p>
This sample text font color is #d341fb
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.
#d341fb Background Color
<div style="background-color:#d341fb">
Div content here</div>
This div background color is #d341fb
#d341fb Border Color
<div style="border:3px solid #d341fb">
Div here</div>
This div border color is #d341fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,65,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d341fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d341fb; -webkit-box-shadow: 1px 1px 3px 2px #d341fb; box-shadow: 1px 1px 3px 2px #d341fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,65,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d341fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d341fb; -webkit-box-shadow: 1px 1px 3px 2px #d341fb; box-shadow: 1px 1px 3px 2px #d341fb;">
Div content here</div>
This div box has shadow with color #d341fb
Comments
No comments written yet.
Please login to write comment.