Color Hex Logo

#ec847a Color Hex

#EC847A
(236,132,122)
0 Favorites   0 Comments

Color spaces of #ec847a

RGB 236132122
HSL0.010.750.70
HSV48°93°
CMYK 0.000.440.48   0.07
XYZ46.356235.740522.8677
Yxy35.74050.44160.3405
Hunter Lab59.783433.788619.1694
CIE-Lab66.321238.741423.0507

#ec847a color RGB value is (236,132,122).

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

The process color (four color CMYK) of #ec847a color hex is 0.00, 0.44, 0.48, 0.07. Web safe color of #ec847a is #ff9966. Color #ec847a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 01111010
Octal 354 204 172
Decimal 236 132 122
Hex EC 84 7A

RGB Percentages of Color #ec847a

%48.16
%26.94
%24.90

CMYK Percentages of Color #ec847a

%0
%44
%48
%7

Triadic Colors of #ec847a

#ec847a #7aec84 #847aec

Analogous Colors of #ec847a

#ec847a #ecbd7a #ec7aa9

Monochromatic Colors of #ec847a

#ec847a

Complementary Color

#ec847a #7ae2ec

#ec847a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec847a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec847a Color CSS Codes

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

#ec847a Text Font Color

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

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


#ec847a Background Color

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

This div background color is #ec847a


#ec847a Border Color

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

This div border color is #ec847a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec847a


Comments

No comments written yet.

Please login to write comment.