Color Hex Logo

#ec5165 Color Hex

#EC5165
(236,81,101)
0 Favorites   0 Comments

Color spaces of #ec5165

RGB 23681101
HSL0.980.800.62
HSV352°66°93°
CMYK 0.000.660.57   0.07
XYZ39.883524.657314.9692
Yxy24.65730.50160.3101
Hunter Lab49.656156.471916.8859
CIE-Lab56.740060.795922.1908

#ec5165 color RGB value is (236,81,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010001 01100101
Octal 354 121 145
Decimal 236 81 101
Hex EC 51 65

RGB Percentages of Color #ec5165

%56.46
%19.38
%24.16

CMYK Percentages of Color #ec5165

%0
%66
%57
%7

Triadic Colors of #ec5165

#ec5165 #65ec51 #5165ec

Analogous Colors of #ec5165

#ec5165 #ec8b51 #ec51b3

Monochromatic Colors of #ec5165

#ec5165

Complementary Color

#ec5165 #51ecd8

#ec5165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5165 Color CSS Codes

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

#ec5165 Text Font Color

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

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


#ec5165 Background Color

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

This div background color is #ec5165


#ec5165 Border Color

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

This div border color is #ec5165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5165


Comments

No comments written yet.

Please login to write comment.