Color spaces of #d03fee
RGB | 208 | 63 | 238 |
---|---|---|---|
HSL | 0.80 | 0.84 | 0.59 |
HSV | 290° | 74° | 93° |
CMYK | 0.13 | 0.74 | 0.00 0.07 |
XYZ | 43.2225 | 23.1380 | 83.0769 |
Yxy | 23.1380 | 0.2892 | 0.1548 |
Hunter Lab | 48.1020 | 76.2145 | -68.7284 |
CIE-Lab | 55.2142 | 77.5400 | -59.9722 |
#d03fee color RGB value is (208,63,238).
#d03fee hex color red value is 208, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d03fee hue: 0.80 , saturation: 0.84 and the lightness value of d03fee is 0.59.
The process color (four color CMYK) of #d03fee color hex is 0.13, 0.74, 0.00, 0.07. Web safe color of #d03fee is #cc33ff. Color #d03fee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00111111 | 11101110 |
Octal | 320 | 77 | 356 |
Decimal | 208 | 63 | 238 |
Hex | D0 | 3F | EE |
Shades of #d03fee
Tints of #d03fee
RGB Percentages of Color #d03fee
CMYK Percentages of Color #d03fee
Complementary Color
#d03fee | #5dee3f |
#d03fee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d03fee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d03fee Color CSS Codes
.mybgcolor {background-color:#d03fee; } .myforecolor {color:#d03fee; } .mybordercolor {border:3px solid #d03fee; }
#d03fee Text Font Color
<p style="color:#d03fee">Text here</p>
This sample text font color is #d03fee
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.
#d03fee Background Color
<div style="background-color:#d03fee">
Div content here</div>
This div background color is #d03fee
#d03fee Border Color
<div style="border:3px solid #d03fee">
Div here</div>
This div border color is #d03fee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,63,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d03fee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d03fee; -webkit-box-shadow: 1px 1px 3px 2px #d03fee; box-shadow: 1px 1px 3px 2px #d03fee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,63,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d03fee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d03fee; -webkit-box-shadow: 1px 1px 3px 2px #d03fee; box-shadow: 1px 1px 3px 2px #d03fee;">
Div content here</div>
This div box has shadow with color #d03fee
Comments
No comments written yet.
Please login to write comment.