Color Hex Logo

#e467ff Color Hex

#E467FF
(228,103,255)
0 Favorites   0 Comments

Color spaces of #e467ff

RGB 228103255
HSL0.801.000.70
HSV289°60°100°
CMYK 0.110.600.00   0.00
XYZ54.895233.414598.1641
Yxy33.41450.29440.1792
Hunter Lab57.805368.3546-60.2217
CIE-Lab64.495169.4298-54.4244

#e467ff color RGB value is (228,103,255).

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

The process color (four color CMYK) of #e467ff color hex is 0.11, 0.60, 0.00, 0.00. Web safe color of #e467ff is #cc66ff. Color #e467ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100111 11111111
Octal 344 147 377
Decimal 228 103 255
Hex E4 67 FF

RGB Percentages of Color #e467ff

%38.91
%17.58
%43.52

CMYK Percentages of Color #e467ff

%11
%60
%0
%0

Triadic Colors of #e467ff

#e467ff #ffe467 #67ffe4

Analogous Colors of #e467ff

#e467ff #ff67ce #9867ff

Monochromatic Colors of #e467ff

#e467ff

Complementary Color

#e467ff #82ff67

#e467ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e467ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e467ff Color CSS Codes

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

#e467ff Text Font Color

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

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


#e467ff Background Color

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

This div background color is #e467ff


#e467ff Border Color

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

This div border color is #e467ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e467ff


Comments

No comments written yet.

Please login to write comment.