Color Hex Logo

#ec8084 Color Hex

#EC8084
(236,128,132)
0 Favorites   0 Comments

Color spaces of #ec8084

RGB 236128132
HSL0.990.740.71
HSV358°46°93°
CMYK 0.000.460.44   0.07
XYZ46.476134.937226.1238
Yxy34.93720.43220.3249
Hunter Lab59.107736.915215.1710
CIE-Lab65.699741.759016.5852

#ec8084 color RGB value is (236,128,132).

#ec8084 hex color red value is 236, green value is 128 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ec8084 hue: 0.99 , saturation: 0.74 and the lightness value of ec8084 is 0.71.

The process color (four color CMYK) of #ec8084 color hex is 0.00, 0.46, 0.44, 0.07. Web safe color of #ec8084 is #ff9999. Color #ec8084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 10000100
Octal 354 200 204
Decimal 236 128 132
Hex EC 80 84

RGB Percentages of Color #ec8084

%47.58
%25.81
%26.61

CMYK Percentages of Color #ec8084

%0
%46
%44
%7

Triadic Colors of #ec8084

#ec8084 #84ec80 #8084ec

Analogous Colors of #ec8084

#ec8084 #ecb280 #ec80ba

Monochromatic Colors of #ec8084

#ec8084

Complementary Color

#ec8084 #80ece8

#ec8084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8084 Color CSS Codes

.mybgcolor {background-color:#ec8084; } 
.myforecolor {color:#ec8084; }
.mybordercolor {border:3px solid #ec8084; }

#ec8084 Text Font Color

<p style="color:#ec8084">Text here</p>

This sample text font color is #ec8084
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.


#ec8084 Background Color

<div style="background-color:#ec8084">
Div content here</div>

This div background color is #ec8084


#ec8084 Border Color

<div style="border:3px solid #ec8084">
Div here</div>

This div border color is #ec8084


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,128,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec8084; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec8084;
  -webkit-box-shadow: 1px 1px 3px 2px #ec8084;
  box-shadow:         1px 1px 3px 2px #ec8084; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,128,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec8084">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec8084;
  -webkit-box-shadow: 1px 1px 3px 2px #ec8084;
  box-shadow:         1px 1px 3px 2px #ec8084;">
Div content here</div>

This div box has shadow with color #ec8084


Comments

No comments written yet.

Please login to write comment.