Color Hex Logo

#e468ee Color Hex

#E468EE
(228,104,238)
0 Favorites   0 Comments

Color spaces of #e468ee

RGB 228104238
HSL0.820.800.67
HSV296°56°93°
CMYK 0.040.560.00   0.07
XYZ52.377832.567784.4145
Yxy32.56770.30930.1923
Hunter Lab57.068163.9602-47.7534
CIE-Lab63.809365.9210-46.1287

#e468ee color RGB value is (228,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 11101110
Octal 344 150 356
Decimal 228 104 238
Hex E4 68 EE

RGB Percentages of Color #e468ee

%40.00
%18.25
%41.75

CMYK Percentages of Color #e468ee

%4
%56
%0
%7

Triadic Colors of #e468ee

#e468ee #eee468 #68eee4

Analogous Colors of #e468ee

#e468ee #ee68b5 #a168ee

Monochromatic Colors of #e468ee

#e468ee

Complementary Color

#e468ee #72ee68

#e468ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e468ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e468ee Color CSS Codes

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

#e468ee Text Font Color

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

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


#e468ee Background Color

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

This div background color is #e468ee


#e468ee Border Color

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

This div border color is #e468ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e468ee


Comments

No comments written yet.

Please login to write comment.