Color Hex Logo

#ee7ccc Color Hex

#EE7CCC
(238,124,204)
0 Favorites   0 Comments

Color spaces of #ee7ccc

RGB 238124204
HSL0.880.770.71
HSV318°48°93°
CMYK 0.000.480.14   0.07
XYZ53.366636.952161.4465
Yxy36.95210.35160.2435
Hunter Lab60.788250.3275-17.3803
CIE-Lab67.241153.6925-21.7566

#ee7ccc color RGB value is (238,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111100 11001100
Octal 356 174 314
Decimal 238 124 204
Hex EE 7C CC

RGB Percentages of Color #ee7ccc

%42.05
%21.91
%36.04

CMYK Percentages of Color #ee7ccc

%0
%48
%14
%7

Triadic Colors of #ee7ccc

#ee7ccc #ccee7c #7cccee

Analogous Colors of #ee7ccc

#ee7ccc #ee7c93 #d77cee

Monochromatic Colors of #ee7ccc

#ee7ccc

Complementary Color

#ee7ccc #7cee9e

#ee7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7ccc Color CSS Codes

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

#ee7ccc Text Font Color

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

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


#ee7ccc Background Color

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

This div background color is #ee7ccc


#ee7ccc Border Color

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

This div border color is #ee7ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,124,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 #ee7ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7ccc


Comments

No comments written yet.

Please login to write comment.