Color Hex Logo

#ee7ca9 Color Hex

#EE7CA9
(238,124,169)
0 Favorites   0 Comments

Color spaces of #ee7ca9

RGB 238124169
HSL0.930.770.71
HSV336°48°93°
CMYK 0.000.480.29   0.07
XYZ49.629035.457041.7643
Yxy35.45700.39120.2795
Hunter Lab59.545844.56740.0971
CIE-Lab66.102948.7346-3.7586

#ee7ca9 color RGB value is (238,124,169).

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

The process color (four color CMYK) of #ee7ca9 color hex is 0.00, 0.48, 0.29, 0.07. Web safe color of #ee7ca9 is #ff6699. Color #ee7ca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111100 10101001
Octal 356 174 251
Decimal 238 124 169
Hex EE 7C A9

RGB Percentages of Color #ee7ca9

%44.82
%23.35
%31.83

CMYK Percentages of Color #ee7ca9

%0
%48
%29
%7

Triadic Colors of #ee7ca9

#ee7ca9 #a9ee7c #7ca9ee

Analogous Colors of #ee7ca9

#ee7ca9 #ee887c #ee7ce2

Monochromatic Colors of #ee7ca9

#ee7ca9

Complementary Color

#ee7ca9 #7ceec1

#ee7ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7ca9 Color CSS Codes

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

#ee7ca9 Text Font Color

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

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


#ee7ca9 Background Color

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

This div background color is #ee7ca9


#ee7ca9 Border Color

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

This div border color is #ee7ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7ca9


Comments

No comments written yet.

Please login to write comment.