Color Hex Logo

#e268ee Color Hex

#E268EE
(226,104,238)
0 Favorites   0 Comments

Color spaces of #e268ee

RGB 226104238
HSL0.820.800.67
HSV295°56°93°
CMYK 0.050.560.00   0.07
XYZ51.747032.242484.3850
Yxy32.24240.30730.1915
Hunter Lab56.782463.3017-48.3639
CIE-Lab63.542765.4179-46.5669

#e268ee color RGB value is (226,104,238).

#e268ee hex color red value is 226, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e268ee hue: 0.82 , saturation: 0.80 and the lightness value of e268ee is 0.67.

The process color (four color CMYK) of #e268ee color hex is 0.05, 0.56, 0.00, 0.07. Web safe color of #e268ee is #cc66ff. Color #e268ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101000 11101110
Octal 342 150 356
Decimal 226 104 238
Hex E2 68 EE

RGB Percentages of Color #e268ee

%39.79
%18.31
%41.90

CMYK Percentages of Color #e268ee

%5
%56
%0
%7

Triadic Colors of #e268ee

#e268ee #eee268 #68eee2

Analogous Colors of #e268ee

#e268ee #ee68b7 #9f68ee

Monochromatic Colors of #e268ee

#e268ee

Complementary Color

#e268ee #74ee68

#e268ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e268ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e268ee Color CSS Codes

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

#e268ee Text Font Color

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

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


#e268ee Background Color

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

This div background color is #e268ee


#e268ee Border Color

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

This div border color is #e268ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e268ee


Comments

No comments written yet.

Please login to write comment.