Color spaces of #ff7ceb
RGB | 255 | 124 | 235 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.74 |
HSV | 309° | 51° | 100° |
CMYK | 0.00 | 0.51 | 0.08 0.00 |
XYZ | 63.4430 | 41.6735 | 83.2972 |
Yxy | 41.6735 | 0.3367 | 0.2212 |
Hunter Lab | 64.5550 | 62.4539 | -31.3151 |
CIE-Lab | 70.6452 | 63.4993 | -33.5284 |
#ff7ceb color RGB value is (255,124,235).
#ff7ceb hex color red value is 255, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ff7ceb hue: 0.86 , saturation: 1.00 and the lightness value of ff7ceb is 0.74.
The process color (four color CMYK) of #ff7ceb color hex is 0.00, 0.51, 0.08, 0.00. Web safe color of #ff7ceb is #ff66ff. Color #ff7ceb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01111100 | 11101011 |
Octal | 377 | 174 | 353 |
Decimal | 255 | 124 | 235 |
Hex | FF | 7C | EB |
Shades of #ff7ceb
Tints of #ff7ceb
RGB Percentages of Color #ff7ceb
CMYK Percentages of Color #ff7ceb
Complementary Color
#ff7ceb | #7cff90 |
#ff7ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff7ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff7ceb Color CSS Codes
.mybgcolor {background-color:#ff7ceb; } .myforecolor {color:#ff7ceb; } .mybordercolor {border:3px solid #ff7ceb; }
#ff7ceb Text Font Color
<p style="color:#ff7ceb">Text here</p>
This sample text font color is #ff7ceb
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.
#ff7ceb Background Color
<div style="background-color:#ff7ceb">
Div content here</div>
This div background color is #ff7ceb
#ff7ceb Border Color
<div style="border:3px solid #ff7ceb">
Div here</div>
This div border color is #ff7ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,124,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff7ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff7ceb; -webkit-box-shadow: 1px 1px 3px 2px #ff7ceb; box-shadow: 1px 1px 3px 2px #ff7ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,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 #ff7ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff7ceb; -webkit-box-shadow: 1px 1px 3px 2px #ff7ceb; box-shadow: 1px 1px 3px 2px #ff7ceb;">
Div content here</div>
This div box has shadow with color #ff7ceb
Comments
No comments written yet.
Please login to write comment.