Color Hex Logo

#ee7eff Color Hex

#EE7EFF
(238,126,255)
0 Favorites   0 Comments

Color spaces of #ee7eff

RGB 238126255
HSL0.811.000.75
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ60.770740.318999.1871
Yxy40.31890.30340.2013
Hunter Lab63.497259.7155-48.1672
CIE-Lab69.696161.3671-46.1261

#ee7eff color RGB value is (238,126,255).

#ee7eff hex color red value is 238, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee7eff hue: 0.81 , saturation: 1.00 and the lightness value of ee7eff is 0.75.

The process color (four color CMYK) of #ee7eff color hex is 0.07, 0.51, 0.00, 0.00. Web safe color of #ee7eff is #ff66ff. Color #ee7eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111110 11111111
Octal 356 176 377
Decimal 238 126 255
Hex EE 7E FF

RGB Percentages of Color #ee7eff

%38.45
%20.36
%41.20

CMYK Percentages of Color #ee7eff

%7
%51
%0
%0

Triadic Colors of #ee7eff

#ee7eff #ffee7e #7effee

Analogous Colors of #ee7eff

#ee7eff #ff7ed0 #ae7eff

Monochromatic Colors of #ee7eff

#ee7eff

Complementary Color

#ee7eff #8fff7e

#ee7eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7eff Color CSS Codes

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

#ee7eff Text Font Color

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

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


#ee7eff Background Color

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

This div background color is #ee7eff


#ee7eff Border Color

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

This div border color is #ee7eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7eff

Related Colors


Comments

No comments written yet.

Please login to write comment.