Color Hex Logo

#ec79af Color Hex

#EC79AF
(236,121,175)
0 Favorites   0 Comments

Color spaces of #ec79af

RGB 236121175
HSL0.920.750.70
HSV332°49°93°
CMYK 0.000.490.26   0.07
XYZ49.167334.602844.6450
Yxy34.60280.38290.2695
Hunter Lab58.824146.2544-3.8217
CIE-Lab65.438250.3472-8.1717

#ec79af color RGB value is (236,121,175).

#ec79af hex color red value is 236, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec79af hue: 0.92 , saturation: 0.75 and the lightness value of ec79af is 0.70.

The process color (four color CMYK) of #ec79af color hex is 0.00, 0.49, 0.26, 0.07. Web safe color of #ec79af is #ff6699. Color #ec79af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111001 10101111
Octal 354 171 257
Decimal 236 121 175
Hex EC 79 AF

RGB Percentages of Color #ec79af

%44.36
%22.74
%32.89

CMYK Percentages of Color #ec79af

%0
%49
%26
%7

Triadic Colors of #ec79af

#ec79af #afec79 #79afec

Analogous Colors of #ec79af

#ec79af #ec7d79 #ec79e9

Monochromatic Colors of #ec79af

#ec79af

Complementary Color

#ec79af #79ecb6

#ec79af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec79af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec79af Color CSS Codes

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

#ec79af Text Font Color

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

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


#ec79af Background Color

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

This div background color is #ec79af


#ec79af Border Color

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

This div border color is #ec79af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec79af


Comments

No comments written yet.

Please login to write comment.