Color Hex Logo

#ee79ed Color Hex

#EE79ED
(238,121,237)
0 Favorites   0 Comments

Color spaces of #ee79ed

RGB 238121237
HSL0.830.770.70
HSV301°49°93°
CMYK 0.000.490.00   0.07
XYZ57.383337.966384.4246
Yxy37.96630.31920.2112
Hunter Lab61.616858.4064-38.1048
CIE-Lab67.995860.5391-38.9180

#ee79ed color RGB value is (238,121,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 11101101
Octal 356 171 355
Decimal 238 121 237
Hex EE 79 ED

RGB Percentages of Color #ee79ed

%39.93
%20.30
%39.77

CMYK Percentages of Color #ee79ed

%0
%49
%0
%7

Triadic Colors of #ee79ed

#ee79ed #edee79 #79edee

Analogous Colors of #ee79ed

#ee79ed #ee79b3 #b579ee

Monochromatic Colors of #ee79ed

#ee79ed

Complementary Color

#ee79ed #79ee7a

#ee79ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee79ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee79ed Color CSS Codes

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

#ee79ed Text Font Color

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

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


#ee79ed Background Color

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

This div background color is #ee79ed


#ee79ed Border Color

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

This div border color is #ee79ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee79ed


Comments

No comments written yet.

Please login to write comment.