Color Hex Logo

#ec696e Color Hex

#EC696E
(236,105,110)
0 Favorites   0 Comments

Color spaces of #ec696e

RGB 236105110
HSL0.990.780.67
HSV358°56°93°
CMYK 0.000.560.53   0.07
XYZ42.458129.061818.1236
Yxy29.06180.47360.3242
Hunter Lab53.909046.243817.8037
CIE-Lab60.836151.027422.4595

#ec696e color RGB value is (236,105,110).

#ec696e hex color red value is 236, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ec696e hue: 0.99 , saturation: 0.78 and the lightness value of ec696e is 0.67.

The process color (four color CMYK) of #ec696e color hex is 0.00, 0.56, 0.53, 0.07. Web safe color of #ec696e is #ff6666. Color #ec696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101001 01101110
Octal 354 151 156
Decimal 236 105 110
Hex EC 69 6E

RGB Percentages of Color #ec696e

%52.33
%23.28
%24.39

CMYK Percentages of Color #ec696e

%0
%56
%53
%7

Triadic Colors of #ec696e

#ec696e #6eec69 #696eec

Analogous Colors of #ec696e

#ec696e #eca669 #ec69b0

Monochromatic Colors of #ec696e

#ec696e

Complementary Color

#ec696e #69ece7

#ec696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec696e Color CSS Codes

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

#ec696e Text Font Color

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

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


#ec696e Background Color

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

This div background color is #ec696e


#ec696e Border Color

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

This div border color is #ec696e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec696e


Comments

No comments written yet.

Please login to write comment.