Color spaces of #ed7ceb
RGB | 237 | 124 | 235 |
---|---|---|---|
HSL | 0.84 | 0.76 | 0.71 |
HSV | 301° | 48° | 93° |
CMYK | 0.00 | 0.48 | 0.01 0.07 |
XYZ | 57.1281 | 38.4180 | 83.0017 |
Yxy | 38.4180 | 0.3200 | 0.2152 |
Hunter Lab | 61.9823 | 56.0518 | -36.0089 |
CIE-Lab | 68.3276 | 58.4815 | -37.3078 |
#ed7ceb color RGB value is (237,124,235).
#ed7ceb hex color red value is 237, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ed7ceb hue: 0.84 , saturation: 0.76 and the lightness value of ed7ceb is 0.71.
The process color (four color CMYK) of #ed7ceb color hex is 0.00, 0.48, 0.01, 0.07. Web safe color of #ed7ceb is #ff66ff. Color #ed7ceb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01111100 | 11101011 |
Octal | 355 | 174 | 353 |
Decimal | 237 | 124 | 235 |
Hex | ED | 7C | EB |
Shades of #ed7ceb
Tints of #ed7ceb
RGB Percentages of Color #ed7ceb
CMYK Percentages of Color #ed7ceb
Complementary Color
#ed7ceb | #7ced7e |
#ed7ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed7ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed7ceb Color CSS Codes
.mybgcolor {background-color:#ed7ceb; } .myforecolor {color:#ed7ceb; } .mybordercolor {border:3px solid #ed7ceb; }
#ed7ceb Text Font Color
<p style="color:#ed7ceb">Text here</p>
This sample text font color is #ed7ceb
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.
#ed7ceb Background Color
<div style="background-color:#ed7ceb">
Div content here</div>
This div background color is #ed7ceb
#ed7ceb Border Color
<div style="border:3px solid #ed7ceb">
Div here</div>
This div border color is #ed7ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,124,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed7ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed7ceb; -webkit-box-shadow: 1px 1px 3px 2px #ed7ceb; box-shadow: 1px 1px 3px 2px #ed7ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,124,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 #ed7ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed7ceb; -webkit-box-shadow: 1px 1px 3px 2px #ed7ceb; box-shadow: 1px 1px 3px 2px #ed7ceb;">
Div content here</div>
This div box has shadow with color #ed7ceb
Comments
No comments written yet.
Please login to write comment.