Color Hex Logo

#ec7080 Color Hex

#EC7080
(236,112,128)
0 Favorites   0 Comments

Color spaces of #ec7080

RGB 236112128
HSL0.980.770.68
HSV352°53°93°
CMYK 0.000.530.46   0.07
XYZ44.282530.979724.0678
Yxy30.97970.44580.3119
Hunter Lab55.659444.610213.3239
CIE-Lab62.490549.294514.4018

#ec7080 color RGB value is (236,112,128).

#ec7080 hex color red value is 236, green value is 112 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ec7080 hue: 0.98 , saturation: 0.77 and the lightness value of ec7080 is 0.68.

The process color (four color CMYK) of #ec7080 color hex is 0.00, 0.53, 0.46, 0.07. Web safe color of #ec7080 is #ff6699. Color #ec7080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 10000000
Octal 354 160 200
Decimal 236 112 128
Hex EC 70 80

RGB Percentages of Color #ec7080

%49.58
%23.53
%26.89

CMYK Percentages of Color #ec7080

%0
%53
%46
%7

Triadic Colors of #ec7080

#ec7080 #80ec70 #7080ec

Analogous Colors of #ec7080

#ec7080 #ec9e70 #ec70be

Monochromatic Colors of #ec7080

#ec7080

Complementary Color

#ec7080 #70ecdc

#ec7080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7080 Color CSS Codes

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

#ec7080 Text Font Color

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

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


#ec7080 Background Color

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

This div background color is #ec7080


#ec7080 Border Color

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

This div border color is #ec7080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7080


Comments

No comments written yet.

Please login to write comment.