Color Hex Logo

#ec4fca Color Hex

#EC4FCA
(236,79,202)
0 Favorites   0 Comments

Color spaces of #ec4fca

RGB 23679202
HSL0.870.810.62
HSV313°67°93°
CMYK 0.000.670.14   0.07
XYZ48.048727.689158.6892
Yxy27.68910.35740.2060
Hunter Lab52.620470.9059-29.2937
CIE-Lab59.606872.4154-32.4091

#ec4fca color RGB value is (236,79,202).

#ec4fca hex color red value is 236, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ec4fca hue: 0.87 , saturation: 0.81 and the lightness value of ec4fca is 0.62.

The process color (four color CMYK) of #ec4fca color hex is 0.00, 0.67, 0.14, 0.07. Web safe color of #ec4fca is #ff66cc. Color #ec4fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001111 11001010
Octal 354 117 312
Decimal 236 79 202
Hex EC 4F CA

RGB Percentages of Color #ec4fca

%45.65
%15.28
%39.07

CMYK Percentages of Color #ec4fca

%0
%67
%14
%7

Triadic Colors of #ec4fca

#ec4fca #caec4f #4fcaec

Analogous Colors of #ec4fca

#ec4fca #ec4f7c #c04fec

Monochromatic Colors of #ec4fca

#ec4fca

Complementary Color

#ec4fca #4fec71

#ec4fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4fca Color CSS Codes

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

#ec4fca Text Font Color

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

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


#ec4fca Background Color

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

This div background color is #ec4fca


#ec4fca Border Color

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

This div border color is #ec4fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4fca


Comments

No comments written yet.

Please login to write comment.