Color Hex Logo

#ec628e Color Hex

#EC628E
(236,98,142)
0 Favorites   0 Comments

Color spaces of #ec628e

RGB 23698142
HSL0.950.780.65
HSV341°58°93°
CMYK 0.000.580.40   0.07
XYZ43.842228.521228.7856
Yxy28.52120.43340.2820
Hunter Lab53.405253.07765.4262
CIE-Lab60.356757.20283.2879

#ec628e color RGB value is (236,98,142).

#ec628e hex color red value is 236, green value is 98 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ec628e hue: 0.95 , saturation: 0.78 and the lightness value of ec628e is 0.65.

The process color (four color CMYK) of #ec628e color hex is 0.00, 0.58, 0.40, 0.07. Web safe color of #ec628e is #ff6699. Color #ec628e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100010 10001110
Octal 354 142 216
Decimal 236 98 142
Hex EC 62 8E

RGB Percentages of Color #ec628e

%49.58
%20.59
%29.83

CMYK Percentages of Color #ec628e

%0
%58
%40
%7

Triadic Colors of #ec628e

#ec628e #8eec62 #628eec

Analogous Colors of #ec628e

#ec628e #ec7b62 #ec62d3

Monochromatic Colors of #ec628e

#ec628e

Complementary Color

#ec628e #62ecc0

#ec628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec628e Color CSS Codes

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

#ec628e Text Font Color

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

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


#ec628e Background Color

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

This div background color is #ec628e


#ec628e Border Color

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

This div border color is #ec628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec628e


Comments

No comments written yet.

Please login to write comment.