Color Hex Logo

#ee79cc Color Hex

#EE79CC
(238,121,204)
0 Favorites   0 Comments

Color spaces of #ee79cc

RGB 238121204
HSL0.880.770.70
HSV317°49°93°
CMYK 0.000.490.14   0.07
XYZ52.996436.211561.3230
Yxy36.21150.35210.2406
Hunter Lab60.176051.8952-18.2969
CIE-Lab66.681255.1497-22.6111

#ee79cc color RGB value is (238,121,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 11001100
Octal 356 171 314
Decimal 238 121 204
Hex EE 79 CC

RGB Percentages of Color #ee79cc

%42.27
%21.49
%36.23

CMYK Percentages of Color #ee79cc

%0
%49
%14
%7

Triadic Colors of #ee79cc

#ee79cc #ccee79 #79ccee

Analogous Colors of #ee79cc

#ee79cc #ee7992 #d679ee

Monochromatic Colors of #ee79cc

#ee79cc

Complementary Color

#ee79cc #79ee9b

#ee79cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee79cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee79cc Color CSS Codes

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

#ee79cc Text Font Color

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

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


#ee79cc Background Color

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

This div background color is #ee79cc


#ee79cc Border Color

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

This div border color is #ee79cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee79cc


Comments

No comments written yet.

Please login to write comment.