Color Hex Logo

#e468ef Color Hex

#E468EF
(228,104,239)
0 Favorites   0 Comments

Color spaces of #e468ef

RGB 228104239
HSL0.820.810.67
HSV295°56°94°
CMYK 0.050.560.00   0.06
XYZ52.525232.626685.1905
Yxy32.62660.30840.1915
Hunter Lab57.119764.1826-48.4436
CIE-Lab63.857466.0979-46.6070

#e468ef color RGB value is (228,104,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 11101111
Octal 344 150 357
Decimal 228 104 239
Hex E4 68 EF

RGB Percentages of Color #e468ef

%39.93
%18.21
%41.86

CMYK Percentages of Color #e468ef

%5
%56
%0
%6

Triadic Colors of #e468ef

#e468ef #efe468 #68efe4

Analogous Colors of #e468ef

#e468ef #ef68b7 #a168ef

Monochromatic Colors of #e468ef

#e468ef

Complementary Color

#e468ef #73ef68

#e468ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e468ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e468ef Color CSS Codes

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

#e468ef Text Font Color

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

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


#e468ef Background Color

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

This div background color is #e468ef


#e468ef Border Color

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

This div border color is #e468ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e468ef


Comments

No comments written yet.

Please login to write comment.