Color spaces of #ec86b8
RGB | 236 | 134 | 184 |
---|---|---|---|
HSL | 0.92 | 0.73 | 0.73 |
HSV | 331° | 43° | 93° |
CMYK | 0.00 | 0.43 | 0.22 0.07 |
XYZ | 51.7689 | 38.3438 | 50.0200 |
Yxy | 38.3438 | 0.3694 | 0.2736 |
Hunter Lab | 61.9224 | 40.8670 | -4.5479 |
CIE-Lab | 68.2732 | 45.0854 | -9.0221 |
#ec86b8 color RGB value is (236,134,184).
#ec86b8 hex color red value is 236, green value is 134 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ec86b8 hue: 0.92 , saturation: 0.73 and the lightness value of ec86b8 is 0.73.
The process color (four color CMYK) of #ec86b8 color hex is 0.00, 0.43, 0.22, 0.07. Web safe color of #ec86b8 is #ff99cc. Color #ec86b8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10000110 | 10111000 |
Octal | 354 | 206 | 270 |
Decimal | 236 | 134 | 184 |
Hex | EC | 86 | B8 |
Shades of #ec86b8
Tints of #ec86b8
RGB Percentages of Color #ec86b8
CMYK Percentages of Color #ec86b8
Complementary Color
#ec86b8 | #86ecba |
#ec86b8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec86b8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec86b8 Color CSS Codes
.mybgcolor {background-color:#ec86b8; } .myforecolor {color:#ec86b8; } .mybordercolor {border:3px solid #ec86b8; }
#ec86b8 Text Font Color
<p style="color:#ec86b8">Text here</p>
This sample text font color is #ec86b8
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.
#ec86b8 Background Color
<div style="background-color:#ec86b8">
Div content here</div>
This div background color is #ec86b8
#ec86b8 Border Color
<div style="border:3px solid #ec86b8">
Div here</div>
This div border color is #ec86b8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,134,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec86b8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec86b8; -webkit-box-shadow: 1px 1px 3px 2px #ec86b8; box-shadow: 1px 1px 3px 2px #ec86b8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,134,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec86b8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec86b8; -webkit-box-shadow: 1px 1px 3px 2px #ec86b8; box-shadow: 1px 1px 3px 2px #ec86b8;">
Div content here</div>
This div box has shadow with color #ec86b8
Comments
No comments written yet.
Please login to write comment.