Color Hex Logo

#ec9193 Color Hex

#EC9193
(236,145,147)
0 Favorites   0 Comments

Color spaces of #ec9193

RGB 236145147
HSL1.000.710.75
HSV359°39°93°
CMYK 0.000.390.38   0.07
XYZ49.983940.190232.7268
Yxy40.19020.40670.3270
Hunter Lab63.395729.794413.7697
CIE-Lab69.604834.597813.6233

#ec9193 color RGB value is (236,145,147).

#ec9193 hex color red value is 236, green value is 145 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ec9193 hue: 1.00 , saturation: 0.71 and the lightness value of ec9193 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010001 10010011
Octal 354 221 223
Decimal 236 145 147
Hex EC 91 93

RGB Percentages of Color #ec9193

%44.70
%27.46
%27.84

CMYK Percentages of Color #ec9193

%0
%39
%38
%7

Triadic Colors of #ec9193

#ec9193 #93ec91 #9193ec

Analogous Colors of #ec9193

#ec9193 #ecbd91 #ec91c1

Monochromatic Colors of #ec9193

#ec9193

Complementary Color

#ec9193 #91ecea

#ec9193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9193 Color CSS Codes

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

#ec9193 Text Font Color

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

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


#ec9193 Background Color

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

This div background color is #ec9193


#ec9193 Border Color

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

This div border color is #ec9193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9193


Comments

No comments written yet.

Please login to write comment.