Color Hex Logo

#ee818e Color Hex

#EE818E
(238,129,142)
0 Favorites   0 Comments

Color spaces of #ee818e

RGB 238129142
HSL0.980.760.72
HSV353°46°93°
CMYK 0.000.460.40   0.07
XYZ47.992635.830729.9777
Yxy35.83070.42170.3149
Hunter Lab59.858838.362112.2083
CIE-Lab66.390443.020911.9427

#ee818e color RGB value is (238,129,142).

#ee818e hex color red value is 238, green value is 129 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ee818e hue: 0.98 , saturation: 0.76 and the lightness value of ee818e is 0.72.

The process color (four color CMYK) of #ee818e color hex is 0.00, 0.46, 0.40, 0.07. Web safe color of #ee818e is #ff9999. Color #ee818e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000001 10001110
Octal 356 201 216
Decimal 238 129 142
Hex EE 81 8E

RGB Percentages of Color #ee818e

%46.76
%25.34
%27.90

CMYK Percentages of Color #ee818e

%0
%46
%40
%7

Triadic Colors of #ee818e

#ee818e #8eee81 #818eee

Analogous Colors of #ee818e

#ee818e #eeab81 #ee81c5

Monochromatic Colors of #ee818e

#ee818e

Complementary Color

#ee818e #81eee1

#ee818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee818e Color CSS Codes

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

#ee818e Text Font Color

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

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


#ee818e Background Color

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

This div background color is #ee818e


#ee818e Border Color

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

This div border color is #ee818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee818e


Comments

No comments written yet.

Please login to write comment.