Color Hex Logo

#ec79eb Color Hex

#EC79EB
(236,121,235)
0 Favorites   0 Comments

Color spaces of #ec79eb

RGB 236121235
HSL0.830.750.70
HSV301°49°93°
CMYK 0.000.490.00   0.07
XYZ56.424837.505882.8627
Yxy37.50580.31920.2121
Hunter Lab61.242057.2861-37.3522
CIE-Lab67.654859.6427-38.3657

#ec79eb color RGB value is (236,121,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111001 11101011
Octal 354 171 353
Decimal 236 121 235
Hex EC 79 EB

RGB Percentages of Color #ec79eb

%39.86
%20.44
%39.70

CMYK Percentages of Color #ec79eb

%0
%49
%0
%7

Triadic Colors of #ec79eb

#ec79eb #ebec79 #79ebec

Analogous Colors of #ec79eb

#ec79eb #ec79b2 #b479ec

Monochromatic Colors of #ec79eb

#ec79eb

Complementary Color

#ec79eb #79ec7a

#ec79eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec79eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec79eb Color CSS Codes

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

#ec79eb Text Font Color

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

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


#ec79eb Background Color

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

This div background color is #ec79eb


#ec79eb Border Color

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

This div border color is #ec79eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec79eb


Comments

No comments written yet.

Please login to write comment.