Color Hex Logo

#ee83ae Color Hex

#EE83AE
(238,131,174)
0 Favorites   0 Comments

Color spaces of #ee83ae

RGB 238131174
HSL0.930.760.72
HSV336°45°93°
CMYK 0.000.450.27   0.07
XYZ51.016237.465744.5872
Yxy37.46570.38340.2816
Hunter Lab61.209241.6587-0.3427
CIE-Lab67.625045.8910-4.3374

#ee83ae color RGB value is (238,131,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000011 10101110
Octal 356 203 256
Decimal 238 131 174
Hex EE 83 AE

RGB Percentages of Color #ee83ae

%43.83
%24.13
%32.04

CMYK Percentages of Color #ee83ae

%0
%45
%27
%7

Triadic Colors of #ee83ae

#ee83ae #aeee83 #83aeee

Analogous Colors of #ee83ae

#ee83ae #ee8e83 #ee83e4

Monochromatic Colors of #ee83ae

#ee83ae

Complementary Color

#ee83ae #83eec3

#ee83ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee83ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee83ae Color CSS Codes

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

#ee83ae Text Font Color

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

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


#ee83ae Background Color

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

This div background color is #ee83ae


#ee83ae Border Color

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

This div border color is #ee83ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee83ae

Related Colors


Comments

No comments written yet.

Please login to write comment.