Color Hex Logo

#e466fd Color Hex

#E466FD
(228,102,253)
0 Favorites   0 Comments

Color spaces of #e466fd

RGB 228102253
HSL0.810.970.70
HSV290°60°99°
CMYK 0.100.600.00   0.01
XYZ54.475933.088696.4440
Yxy33.08860.29610.1798
Hunter Lab57.522768.3807-59.1412
CIE-Lab64.232669.4986-53.7419

#e466fd color RGB value is (228,102,253).

#e466fd hex color red value is 228, green value is 102 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e466fd hue: 0.81 , saturation: 0.97 and the lightness value of e466fd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100110 11111101
Octal 344 146 375
Decimal 228 102 253
Hex E4 66 FD

RGB Percentages of Color #e466fd

%39.11
%17.50
%43.40

CMYK Percentages of Color #e466fd

%10
%60
%0
%1

Triadic Colors of #e466fd

#e466fd #fde466 #66fde4

Analogous Colors of #e466fd

#e466fd #fd66cb #9966fd

Monochromatic Colors of #e466fd

#e466fd

Complementary Color

#e466fd #7ffd66

#e466fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e466fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e466fd Color CSS Codes

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

#e466fd Text Font Color

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

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


#e466fd Background Color

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

This div background color is #e466fd


#e466fd Border Color

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

This div border color is #e466fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e466fd


Comments

No comments written yet.

Please login to write comment.