Color spaces of #e32def
RGB | 227 | 45 | 239 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.56 |
HSV | 296° | 81° | 94° |
CMYK | 0.05 | 0.81 | 0.00 0.06 |
XYZ | 48.1969 | 24.4397 | 83.8384 |
Yxy | 24.4397 | 0.3080 | 0.1562 |
Hunter Lab | 49.4365 | 87.5102 | -65.9431 |
CIE-Lab | 56.5254 | 86.1066 | -58.2683 |
#e32def color RGB value is (227,45,239).
#e32def hex color red value is 227, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e32def hue: 0.82 , saturation: 0.86 and the lightness value of e32def is 0.56.
The process color (four color CMYK) of #e32def color hex is 0.05, 0.81, 0.00, 0.06. Web safe color of #e32def is #cc33ff. Color #e32def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00101101 | 11101111 |
Octal | 343 | 55 | 357 |
Decimal | 227 | 45 | 239 |
Hex | E3 | 2D | EF |
Shades of #e32def
Tints of #e32def
RGB Percentages of Color #e32def
CMYK Percentages of Color #e32def
Complementary Color
#e32def | #39ef2d |
#e32def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e32def Color Preview on White Background
Lorem ipsum dolor sit amet.
#e32def Color CSS Codes
.mybgcolor {background-color:#e32def; } .myforecolor {color:#e32def; } .mybordercolor {border:3px solid #e32def; }
#e32def Text Font Color
<p style="color:#e32def">Text here</p>
This sample text font color is #e32def
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.
#e32def Background Color
<div style="background-color:#e32def">
Div content here</div>
This div background color is #e32def
#e32def Border Color
<div style="border:3px solid #e32def">
Div here</div>
This div border color is #e32def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,45,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e32def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e32def; -webkit-box-shadow: 1px 1px 3px 2px #e32def; box-shadow: 1px 1px 3px 2px #e32def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,45,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e32def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e32def; -webkit-box-shadow: 1px 1px 3px 2px #e32def; box-shadow: 1px 1px 3px 2px #e32def;">
Div content here</div>
This div box has shadow with color #e32def
Comments
No comments written yet.
Please login to write comment.