Color Hex Logo

#ec9483 Color Hex

#EC9483
(236,148,131)
0 Favorites   0 Comments

Color spaces of #ec9483

RGB 236148131
HSL0.030.730.72
HSV10°44°93°
CMYK 0.000.370.44   0.07
XYZ49.278740.651426.7220
Yxy40.65140.42240.3485
Hunter Lab63.758526.384819.7817
CIE-Lab69.931031.284822.9390

#ec9483 color RGB value is (236,148,131).

#ec9483 hex color red value is 236, green value is 148 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ec9483 hue: 0.03 , saturation: 0.73 and the lightness value of ec9483 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010100 10000011
Octal 354 224 203
Decimal 236 148 131
Hex EC 94 83

RGB Percentages of Color #ec9483

%45.83
%28.74
%25.44

CMYK Percentages of Color #ec9483

%0
%37
%44
%7

Triadic Colors of #ec9483

#ec9483 #83ec94 #9483ec

Analogous Colors of #ec9483

#ec9483 #ecc983 #ec83a7

Monochromatic Colors of #ec9483

#ec9483

Complementary Color

#ec9483 #83dbec

#ec9483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9483 Color CSS Codes

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

#ec9483 Text Font Color

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

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


#ec9483 Background Color

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

This div background color is #ec9483


#ec9483 Border Color

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

This div border color is #ec9483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9483


Comments

No comments written yet.

Please login to write comment.