Color Hex Logo

#ec638f Color Hex

#EC638F
(236,99,143)
0 Favorites   0 Comments

Color spaces of #ec638f

RGB 23699143
HSL0.950.780.66
HSV341°58°93°
CMYK 0.000.580.39   0.07
XYZ44.011828.739729.2142
Yxy28.73970.43160.2819
Hunter Lab53.609452.72695.2168
CIE-Lab60.551256.86202.9893

#ec638f color RGB value is (236,99,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100011 10001111
Octal 354 143 217
Decimal 236 99 143
Hex EC 63 8F

RGB Percentages of Color #ec638f

%49.37
%20.71
%29.92

CMYK Percentages of Color #ec638f

%0
%58
%39
%7

Triadic Colors of #ec638f

#ec638f #8fec63 #638fec

Analogous Colors of #ec638f

#ec638f #ec7c63 #ec63d4

Monochromatic Colors of #ec638f

#ec638f

Complementary Color

#ec638f #63ecc0

#ec638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec638f Color CSS Codes

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

#ec638f Text Font Color

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

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


#ec638f Background Color

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

This div background color is #ec638f


#ec638f Border Color

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

This div border color is #ec638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec638f


Comments

No comments written yet.

Please login to write comment.