Color spaces of #ec3ceb
RGB | 236 | 60 | 235 |
---|---|---|---|
HSL | 0.83 | 0.82 | 0.58 |
HSV | 300° | 75° | 93° |
CMYK | 0.00 | 0.75 | 0.00 0.07 |
XYZ | 51.2033 | 27.0627 | 81.1222 |
Yxy | 27.0627 | 0.3212 | 0.1698 |
Hunter Lab | 52.0218 | 84.6533 | -56.0408 |
CIE-Lab | 59.0323 | 83.4244 | -51.9445 |
#ec3ceb color RGB value is (236,60,235).
#ec3ceb hex color red value is 236, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ec3ceb hue: 0.83 , saturation: 0.82 and the lightness value of ec3ceb is 0.58.
The process color (four color CMYK) of #ec3ceb color hex is 0.00, 0.75, 0.00, 0.07. Web safe color of #ec3ceb is #ff33ff. Color #ec3ceb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00111100 | 11101011 |
Octal | 354 | 74 | 353 |
Decimal | 236 | 60 | 235 |
Hex | EC | 3C | EB |
Shades of #ec3ceb
Tints of #ec3ceb
RGB Percentages of Color #ec3ceb
CMYK Percentages of Color #ec3ceb
Complementary Color
#ec3ceb | #3cec3d |
#ec3ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec3ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec3ceb Color CSS Codes
.mybgcolor {background-color:#ec3ceb; } .myforecolor {color:#ec3ceb; } .mybordercolor {border:3px solid #ec3ceb; }
#ec3ceb Text Font Color
<p style="color:#ec3ceb">Text here</p>
This sample text font color is #ec3ceb
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.
#ec3ceb Background Color
<div style="background-color:#ec3ceb">
Div content here</div>
This div background color is #ec3ceb
#ec3ceb Border Color
<div style="border:3px solid #ec3ceb">
Div here</div>
This div border color is #ec3ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,60,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec3ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec3ceb; -webkit-box-shadow: 1px 1px 3px 2px #ec3ceb; box-shadow: 1px 1px 3px 2px #ec3ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,60,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec3ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec3ceb; -webkit-box-shadow: 1px 1px 3px 2px #ec3ceb; box-shadow: 1px 1px 3px 2px #ec3ceb;">
Div content here</div>
This div box has shadow with color #ec3ceb
Comments
No comments written yet.
Please login to write comment.