Color Hex Logo

#e467ea Color Hex

#E467EA
(228,103,234)
0 Favorites   0 Comments

Color spaces of #e467ea

RGB 228103234
HSL0.830.760.66
HSV297°56°92°
CMYK 0.030.560.00   0.08
XYZ51.696432.135081.3199
Yxy32.13500.31300.1946
Hunter Lab56.687763.5796-45.3715
CIE-Lab63.454365.6659-44.4676

#e467ea color RGB value is (228,103,234).

#e467ea hex color red value is 228, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e467ea hue: 0.83 , saturation: 0.76 and the lightness value of e467ea is 0.66.

The process color (four color CMYK) of #e467ea color hex is 0.03, 0.56, 0.00, 0.08. Web safe color of #e467ea is #cc66ff. Color #e467ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100111 11101010
Octal 344 147 352
Decimal 228 103 234
Hex E4 67 EA

RGB Percentages of Color #e467ea

%40.35
%18.23
%41.42

CMYK Percentages of Color #e467ea

%3
%56
%0
%8

Triadic Colors of #e467ea

#e467ea #eae467 #67eae4

Analogous Colors of #e467ea

#e467ea #ea67af #a367ea

Monochromatic Colors of #e467ea

#e467ea

Complementary Color

#e467ea #6dea67

#e467ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e467ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e467ea Color CSS Codes

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

#e467ea Text Font Color

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

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


#e467ea Background Color

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

This div background color is #e467ea


#e467ea Border Color

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

This div border color is #e467ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e467ea


Comments

No comments written yet.

Please login to write comment.