Color spaces of #d326fb
RGB | 211 | 38 | 251 |
---|---|---|---|
HSL | 0.80 | 0.96 | 0.57 |
HSV | 289° | 85° | 98° |
CMYK | 0.16 | 0.85 | 0.00 0.02 |
XYZ | 44.9697 | 22.2001 | 93.1817 |
Yxy | 22.2001 | 0.2804 | 0.1384 |
Hunter Lab | 47.1170 | 87.9104 | -84.2740 |
CIE-Lab | 54.2387 | 86.8575 | -68.7822 |
#d326fb color RGB value is (211,38,251).
#d326fb hex color red value is 211, green value is 38 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d326fb hue: 0.80 , saturation: 0.96 and the lightness value of d326fb is 0.57.
The process color (four color CMYK) of #d326fb color hex is 0.16, 0.85, 0.00, 0.02. Web safe color of #d326fb is #cc33ff. Color #d326fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00100110 | 11111011 |
Octal | 323 | 46 | 373 |
Decimal | 211 | 38 | 251 |
Hex | D3 | 26 | FB |
Shades of #d326fb
Tints of #d326fb
RGB Percentages of Color #d326fb
CMYK Percentages of Color #d326fb
Complementary Color
#d326fb | #4efb26 |
#d326fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d326fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d326fb Color CSS Codes
.mybgcolor {background-color:#d326fb; } .myforecolor {color:#d326fb; } .mybordercolor {border:3px solid #d326fb; }
#d326fb Text Font Color
<p style="color:#d326fb">Text here</p>
This sample text font color is #d326fb
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.
#d326fb Background Color
<div style="background-color:#d326fb">
Div content here</div>
This div background color is #d326fb
#d326fb Border Color
<div style="border:3px solid #d326fb">
Div here</div>
This div border color is #d326fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,38,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d326fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d326fb; -webkit-box-shadow: 1px 1px 3px 2px #d326fb; box-shadow: 1px 1px 3px 2px #d326fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,38,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 #d326fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d326fb; -webkit-box-shadow: 1px 1px 3px 2px #d326fb; box-shadow: 1px 1px 3px 2px #d326fb;">
Div content here</div>
This div box has shadow with color #d326fb
Comments
No comments written yet.
Please login to write comment.