Color Hex Logo

#ec908d Color Hex

#EC908D
(236,144,141)
0 Favorites   0 Comments

Color spaces of #ec908d

RGB 236144141
HSL0.010.710.74
HSV40°93°
CMYK 0.000.390.40   0.07
XYZ49.373039.702530.2604
Yxy39.70250.41370.3327
Hunter Lab63.009929.600815.6330
CIE-Lab69.257134.445516.4777

#ec908d color RGB value is (236,144,141).

#ec908d hex color red value is 236, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ec908d hue: 0.01 , saturation: 0.71 and the lightness value of ec908d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010000 10001101
Octal 354 220 215
Decimal 236 144 141
Hex EC 90 8D

RGB Percentages of Color #ec908d

%45.30
%27.64
%27.06

CMYK Percentages of Color #ec908d

%0
%39
%40
%7

Triadic Colors of #ec908d

#ec908d #8dec90 #908dec

Analogous Colors of #ec908d

#ec908d #ecc08d #ec8dba

Monochromatic Colors of #ec908d

#ec908d

Complementary Color

#ec908d #8de9ec

#ec908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec908d Color CSS Codes

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

#ec908d Text Font Color

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

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


#ec908d Background Color

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

This div background color is #ec908d


#ec908d Border Color

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

This div border color is #ec908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec908d


Comments

No comments written yet.

Please login to write comment.