Color Hex Logo

#ec9595 Color Hex

#EC9595
(236,149,149)
0 Favorites   0 Comments

Color spaces of #ec9595

RGB 236149149
HSL0.000.700.75
HSV37°93°
CMYK 0.000.370.37   0.07
XYZ50.764341.497733.7681
Yxy41.49770.40280.3293
Hunter Lab64.418727.931814.0135
CIE-Lab70.523232.728613.8008

#ec9595 color RGB value is (236,149,149).

#ec9595 hex color red value is 236, green value is 149 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ec9595 hue: 0.00 , saturation: 0.70 and the lightness value of ec9595 is 0.75.

The process color (four color CMYK) of #ec9595 color hex is 0.00, 0.37, 0.37, 0.07. Web safe color of #ec9595 is #ff9999. Color #ec9595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010101 10010101
Octal 354 225 225
Decimal 236 149 149
Hex EC 95 95

RGB Percentages of Color #ec9595

%44.19
%27.90
%27.90

CMYK Percentages of Color #ec9595

%0
%37
%37
%7

Triadic Colors of #ec9595

#ec9595 #95ec95 #9595ec

Analogous Colors of #ec9595

#ec9595 #ecc195 #ec95c1

Monochromatic Colors of #ec9595

#ec9595

Complementary Color

#ec9595 #95ecec

#ec9595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9595 Color CSS Codes

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

#ec9595 Text Font Color

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

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


#ec9595 Background Color

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

This div background color is #ec9595


#ec9595 Border Color

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

This div border color is #ec9595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9595

#ec9595 Color Palettes


Comments

No comments written yet.

Please login to write comment.