Color Hex Logo

#ee79e8 Color Hex

#EE79E8
(238,121,232)
0 Favorites   0 Comments

Color spaces of #ee79e8

RGB 238121232
HSL0.840.770.70
HSV303°49°93°
CMYK 0.000.490.03   0.07
XYZ56.662837.678180.6301
Yxy37.67810.32380.2153
Hunter Lab61.382557.3558-34.9137
CIE-Lab67.782759.6814-36.4903

#ee79e8 color RGB value is (238,121,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 11101000
Octal 356 171 350
Decimal 238 121 232
Hex EE 79 E8

RGB Percentages of Color #ee79e8

%40.27
%20.47
%39.26

CMYK Percentages of Color #ee79e8

%0
%49
%3
%7

Triadic Colors of #ee79e8

#ee79e8 #e8ee79 #79e8ee

Analogous Colors of #ee79e8

#ee79e8 #ee79ae #ba79ee

Monochromatic Colors of #ee79e8

#ee79e8

Complementary Color

#ee79e8 #79ee7f

#ee79e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee79e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee79e8 Color CSS Codes

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

#ee79e8 Text Font Color

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

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


#ee79e8 Background Color

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

This div background color is #ee79e8


#ee79e8 Border Color

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

This div border color is #ee79e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee79e8


Comments

No comments written yet.

Please login to write comment.