Color spaces of #ee33ca
RGB | 238 | 51 | 202 |
---|---|---|---|
HSL | 0.87 | 0.85 | 0.57 |
HSV | 312° | 79° | 93° |
CMYK | 0.00 | 0.79 | 0.15 0.07 |
XYZ | 47.1044 | 24.8091 | 58.1831 |
Yxy | 24.8091 | 0.3621 | 0.1907 |
Hunter Lab | 49.8087 | 81.6432 | -34.3923 |
CIE-Lab | 56.8889 | 81.5038 | -36.6258 |
#ee33ca color RGB value is (238,51,202).
#ee33ca hex color red value is 238, green value is 51 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ee33ca hue: 0.87 , saturation: 0.85 and the lightness value of ee33ca is 0.57.
The process color (four color CMYK) of #ee33ca color hex is 0.00, 0.79, 0.15, 0.07. Web safe color of #ee33ca is #ff33cc. Color #ee33ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00110011 | 11001010 |
Octal | 356 | 63 | 312 |
Decimal | 238 | 51 | 202 |
Hex | EE | 33 | CA |
Shades of #ee33ca
Tints of #ee33ca
RGB Percentages of Color #ee33ca
CMYK Percentages of Color #ee33ca
Complementary Color
#ee33ca | #33ee57 |
#ee33ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee33ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee33ca Color CSS Codes
.mybgcolor {background-color:#ee33ca; } .myforecolor {color:#ee33ca; } .mybordercolor {border:3px solid #ee33ca; }
#ee33ca Text Font Color
<p style="color:#ee33ca">Text here</p>
This sample text font color is #ee33ca
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.
#ee33ca Background Color
<div style="background-color:#ee33ca">
Div content here</div>
This div background color is #ee33ca
#ee33ca Border Color
<div style="border:3px solid #ee33ca">
Div here</div>
This div border color is #ee33ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,51,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee33ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee33ca; -webkit-box-shadow: 1px 1px 3px 2px #ee33ca; box-shadow: 1px 1px 3px 2px #ee33ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,51,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee33ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee33ca; -webkit-box-shadow: 1px 1px 3px 2px #ee33ca; box-shadow: 1px 1px 3px 2px #ee33ca;">
Div content here</div>
This div box has shadow with color #ee33ca
Comments
No comments written yet.
Please login to write comment.