Color Hex Logo

#ee68ff Color Hex

#EE68FF
(238,104,255)
0 Favorites   0 Comments

Color spaces of #ee68ff

RGB 238104255
HSL0.811.000.70
HSV293°59°100°
CMYK 0.070.590.00   0.00
XYZ58.260235.297898.3502
Yxy35.29780.30360.1839
Hunter Lab59.412071.0687-56.5600
CIE-Lab65.979971.3701-51.9865

#ee68ff color RGB value is (238,104,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101000 11111111
Octal 356 150 377
Decimal 238 104 255
Hex EE 68 FF

RGB Percentages of Color #ee68ff

%39.87
%17.42
%42.71

CMYK Percentages of Color #ee68ff

%7
%59
%0
%0

Triadic Colors of #ee68ff

#ee68ff #ffee68 #68ffee

Analogous Colors of #ee68ff

#ee68ff #ff68c5 #a368ff

Monochromatic Colors of #ee68ff

#ee68ff

Complementary Color

#ee68ff #79ff68

#ee68ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee68ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee68ff Color CSS Codes

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

#ee68ff Text Font Color

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

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


#ee68ff Background Color

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

This div background color is #ee68ff


#ee68ff Border Color

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

This div border color is #ee68ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,104,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 #ee68ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee68ff

Related Colors


Comments

No comments written yet.

Please login to write comment.