Color Hex Logo

#ec847b Color Hex

#EC847B
(236,132,123)
0 Favorites   0 Comments

Color spaces of #ec847b

RGB 236132123
HSL0.010.750.70
HSV48°93°
CMYK 0.000.440.48   0.07
XYZ46.418535.765523.1958
Yxy35.76550.44050.3394
Hunter Lab59.804333.889618.8666
CIE-Lab66.340438.835022.5179

#ec847b color RGB value is (236,132,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000100 01111011
Octal 354 204 173
Decimal 236 132 123
Hex EC 84 7B

RGB Percentages of Color #ec847b

%48.07
%26.88
%25.05

CMYK Percentages of Color #ec847b

%0
%44
%48
%7

Triadic Colors of #ec847b

#ec847b #7bec84 #847bec

Analogous Colors of #ec847b

#ec847b #ecbd7b #ec7bab

Monochromatic Colors of #ec847b

#ec847b

Complementary Color

#ec847b #7be3ec

#ec847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec847b Color CSS Codes

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

#ec847b Text Font Color

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

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


#ec847b Background Color

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

This div background color is #ec847b


#ec847b Border Color

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

This div border color is #ec847b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec847b


Comments

No comments written yet.

Please login to write comment.