Color Hex Logo

#ec5075 Color Hex

#EC5075
(236,80,117)
0 Favorites   0 Comments

Color spaces of #ec5075

RGB 23680117
HSL0.960.800.62
HSV346°66°93°
CMYK 0.000.660.50   0.07
XYZ40.671624.854519.4834
Yxy24.85450.47840.2924
Hunter Lab49.854358.377011.7271
CIE-Lab56.933462.411813.0452

#ec5075 color RGB value is (236,80,117).

#ec5075 hex color red value is 236, green value is 80 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ec5075 hue: 0.96 , saturation: 0.80 and the lightness value of ec5075 is 0.62.

The process color (four color CMYK) of #ec5075 color hex is 0.00, 0.66, 0.50, 0.07. Web safe color of #ec5075 is #ff6666. Color #ec5075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010000 01110101
Octal 354 120 165
Decimal 236 80 117
Hex EC 50 75

RGB Percentages of Color #ec5075

%54.50
%18.48
%27.02

CMYK Percentages of Color #ec5075

%0
%66
%50
%7

Triadic Colors of #ec5075

#ec5075 #75ec50 #5075ec

Analogous Colors of #ec5075

#ec5075 #ec7950 #ec50c3

Monochromatic Colors of #ec5075

#ec5075

Complementary Color

#ec5075 #50ecc7

#ec5075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5075 Color CSS Codes

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

#ec5075 Text Font Color

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

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


#ec5075 Background Color

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

This div background color is #ec5075


#ec5075 Border Color

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

This div border color is #ec5075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5075


Comments

No comments written yet.

Please login to write comment.