Color Hex Logo

#ec198f Color Hex

#EC198F
(236,25,143)
0 Favorites   0 Comments

Color spaces of #ec198f

RGB 23625143
HSL0.910.850.51
HSV326°89°93°
CMYK 0.000.890.39   0.07
XYZ39.897620.511327.8428
Yxy20.51130.45210.2324
Hunter Lab45.289477.9927-4.7474
CIE-Lab52.410479.5018-8.9956

#ec198f color RGB value is (236,25,143).

#ec198f hex color red value is 236, green value is 25 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ec198f hue: 0.91 , saturation: 0.85 and the lightness value of ec198f is 0.51.

The process color (four color CMYK) of #ec198f color hex is 0.00, 0.89, 0.39, 0.07. Web safe color of #ec198f is #ff0099. Color #ec198f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 10001111
Octal 354 31 217
Decimal 236 25 143
Hex EC 19 8F

RGB Percentages of Color #ec198f

%58.42
%6.19
%35.40

CMYK Percentages of Color #ec198f

%0
%89
%39
%7

Triadic Colors of #ec198f

#ec198f #8fec19 #198fec

Analogous Colors of #ec198f

#ec198f #ec1926 #e019ec

Monochromatic Colors of #ec198f

#ec198f

Complementary Color

#ec198f #19ec76

#ec198f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec198f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec198f Color CSS Codes

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

#ec198f Text Font Color

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

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


#ec198f Background Color

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

This div background color is #ec198f


#ec198f Border Color

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

This div border color is #ec198f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,25,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 #ec198f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec198f


Comments

No comments written yet.

Please login to write comment.