Color Hex Logo

#ec657d Color Hex

#EC657D
(236,101,125)
0 Favorites   0 Comments

Color spaces of #ec657d

RGB 236101125
HSL0.970.780.66
HSV349°57°93°
CMYK 0.000.570.47   0.07
XYZ42.947428.620922.6628
Yxy28.62090.45580.3037
Hunter Lab53.498549.673412.3328
CIE-Lab60.445654.173513.2765

#ec657d color RGB value is (236,101,125).

#ec657d hex color red value is 236, green value is 101 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ec657d hue: 0.97 , saturation: 0.78 and the lightness value of ec657d is 0.66.

The process color (four color CMYK) of #ec657d color hex is 0.00, 0.57, 0.47, 0.07. Web safe color of #ec657d is #ff6666. Color #ec657d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100101 01111101
Octal 354 145 175
Decimal 236 101 125
Hex EC 65 7D

RGB Percentages of Color #ec657d

%51.08
%21.86
%27.06

CMYK Percentages of Color #ec657d

%0
%57
%47
%7

Triadic Colors of #ec657d

#ec657d #7dec65 #657dec

Analogous Colors of #ec657d

#ec657d #ec9165 #ec65c1

Monochromatic Colors of #ec657d

#ec657d

Complementary Color

#ec657d #65ecd4

#ec657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec657d Color CSS Codes

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

#ec657d Text Font Color

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

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


#ec657d Background Color

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

This div background color is #ec657d


#ec657d Border Color

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

This div border color is #ec657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec657d


Comments

No comments written yet.

Please login to write comment.