Color Hex Logo

#ec858a Color Hex

#EC858A
(236,133,138)
0 Favorites   0 Comments

Color spaces of #ec858a

RGB 236133138
HSL0.990.730.72
HSV357°44°93°
CMYK 0.000.440.42   0.07
XYZ47.567036.442928.5719
Yxy36.44290.42250.3237
Hunter Lab60.368035.005414.1959
CIE-Lab66.857039.829314.8137

#ec858a color RGB value is (236,133,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 10001010
Octal 354 205 212
Decimal 236 133 138
Hex EC 85 8A

RGB Percentages of Color #ec858a

%46.55
%26.23
%27.22

CMYK Percentages of Color #ec858a

%0
%44
%42
%7

Triadic Colors of #ec858a

#ec858a #8aec85 #858aec

Analogous Colors of #ec858a

#ec858a #ecb485 #ec85be

Monochromatic Colors of #ec858a

#ec858a

Complementary Color

#ec858a #85ece7

#ec858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec858a Color CSS Codes

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

#ec858a Text Font Color

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

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


#ec858a Background Color

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

This div background color is #ec858a


#ec858a Border Color

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

This div border color is #ec858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec858a


Comments

No comments written yet.

Please login to write comment.