Color Hex Logo

#eea7ee Color Hex

#EEA7EE
(238,167,238)
0 Favorites   0 Comments

Color spaces of #eea7ee

RGB 238167238
HSL0.830.680.79
HSV300°30°93°
CMYK 0.000.300.00   0.07
XYZ64.511251.987687.5234
Yxy51.98760.31620.2548
Hunter Lab72.102433.5276-21.4990
CIE-Lab77.273437.3683-25.1431

#eea7ee color RGB value is (238,167,238).

#eea7ee hex color red value is 238, green value is 167 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eea7ee hue: 0.83 , saturation: 0.68 and the lightness value of eea7ee is 0.79.

The process color (four color CMYK) of #eea7ee color hex is 0.00, 0.30, 0.00, 0.07. Web safe color of #eea7ee is #ff99ff. Color #eea7ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 11101110
Octal 356 247 356
Decimal 238 167 238
Hex EE A7 EE

RGB Percentages of Color #eea7ee

%37.01
%25.97
%37.01

CMYK Percentages of Color #eea7ee

%0
%30
%0
%7

Triadic Colors of #eea7ee

#eea7ee #eeeea7 #a7eeee

Analogous Colors of #eea7ee

#eea7ee #eea7cb #cba7ee

Monochromatic Colors of #eea7ee

#eea7ee

Complementary Color

#eea7ee #a7eea7

#eea7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea7ee Color CSS Codes

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

#eea7ee Text Font Color

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

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


#eea7ee Background Color

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

This div background color is #eea7ee


#eea7ee Border Color

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

This div border color is #eea7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea7ee


Comments

No comments written yet.

Please login to write comment.