Color Hex Logo

#ec915e Color Hex

#EC915E
(236,145,94)
0 Favorites   0 Comments

Color spaces of #ec915e

RGB 23614594
HSL0.060.790.65
HSV22°60°93°
CMYK 0.000.390.60   0.07
XYZ46.737938.891815.6332
Yxy38.89180.46160.3841
Hunter Lab62.363324.640328.7915
CIE-Lab68.672829.682341.2605

#ec915e color RGB value is (236,145,94).

#ec915e hex color red value is 236, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec915e hue: 0.06 , saturation: 0.79 and the lightness value of ec915e is 0.65.

The process color (four color CMYK) of #ec915e color hex is 0.00, 0.39, 0.60, 0.07. Web safe color of #ec915e is #ff9966. Color #ec915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010001 01011110
Octal 354 221 136
Decimal 236 145 94
Hex EC 91 5E

RGB Percentages of Color #ec915e

%49.68
%30.53
%19.79

CMYK Percentages of Color #ec915e

%0
%39
%60
%7

Triadic Colors of #ec915e

#ec915e #5eec91 #915eec

Analogous Colors of #ec915e

#ec915e #ecd85e #ec5e72

Monochromatic Colors of #ec915e

#ec915e

Complementary Color

#ec915e #5eb9ec

#ec915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec915e Color CSS Codes

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

#ec915e Text Font Color

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

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


#ec915e Background Color

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

This div background color is #ec915e


#ec915e Border Color

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

This div border color is #ec915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec915e


Comments

No comments written yet.

Please login to write comment.