Color Hex Logo

#ec197c Color Hex

#EC197C
(236,25,124)
0 Favorites   0 Comments

Color spaces of #ec197c

RGB 23625124
HSL0.920.850.51
HSV332°89°93°
CMYK 0.000.890.47   0.07
XYZ38.577819.983420.8927
Yxy19.98340.48550.2515
Hunter Lab44.702875.81283.5817
CIE-Lab51.818477.87911.5720

#ec197c color RGB value is (236,25,124).

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

The process color (four color CMYK) of #ec197c color hex is 0.00, 0.89, 0.47, 0.07. Web safe color of #ec197c is #ff0066. Color #ec197c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 01111100
Octal 354 31 174
Decimal 236 25 124
Hex EC 19 7C

RGB Percentages of Color #ec197c

%61.30
%6.49
%32.21

CMYK Percentages of Color #ec197c

%0
%89
%47
%7

Triadic Colors of #ec197c

#ec197c #7cec19 #197cec

Analogous Colors of #ec197c

#ec197c #ec2019 #ec19e6

Monochromatic Colors of #ec197c

#ec197c

Complementary Color

#ec197c #19ec89

#ec197c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec197c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec197c Color CSS Codes

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

#ec197c Text Font Color

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

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


#ec197c Background Color

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

This div background color is #ec197c


#ec197c Border Color

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

This div border color is #ec197c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec197c


Comments

No comments written yet.

Please login to write comment.