Color Hex Logo

#ee828d Color Hex

#EE828D
(238,130,141)
0 Favorites   0 Comments

Color spaces of #ee828d

RGB 238130141
HSL0.980.760.72
HSV354°45°93°
CMYK 0.000.450.41   0.07
XYZ48.050236.065529.6281
Yxy36.06550.42240.3171
Hunter Lab60.054637.724012.7873
CIE-Lab66.569942.406112.7601

#ee828d color RGB value is (238,130,141).

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

The process color (four color CMYK) of #ee828d color hex is 0.00, 0.45, 0.41, 0.07. Web safe color of #ee828d is #ff9999. Color #ee828d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 10001101
Octal 356 202 215
Decimal 238 130 141
Hex EE 82 8D

RGB Percentages of Color #ee828d

%46.76
%25.54
%27.70

CMYK Percentages of Color #ee828d

%0
%45
%41
%7

Triadic Colors of #ee828d

#ee828d #8dee82 #828dee

Analogous Colors of #ee828d

#ee828d #eead82 #ee82c3

Monochromatic Colors of #ee828d

#ee828d

Complementary Color

#ee828d #82eee3

#ee828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee828d Color CSS Codes

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

#ee828d Text Font Color

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

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


#ee828d Background Color

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

This div background color is #ee828d


#ee828d Border Color

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

This div border color is #ee828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee828d


Comments

No comments written yet.

Please login to write comment.