Color Hex Logo

#e66afe Color Hex

#E66AFE
(230,106,254)
0 Favorites   0 Comments

Color spaces of #e66afe

RGB 230106254
HSL0.810.990.71
HSV290°58°100°
CMYK 0.090.580.00   0.00
XYZ55.676634.286897.4495
Yxy34.28680.29710.1829
Hunter Lab58.554967.2545-57.6844
CIE-Lab65.189668.4029-52.7571

#e66afe color RGB value is (230,106,254).

#e66afe hex color red value is 230, green value is 106 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e66afe hue: 0.81 , saturation: 0.99 and the lightness value of e66afe is 0.71.

The process color (four color CMYK) of #e66afe color hex is 0.09, 0.58, 0.00, 0.00. Web safe color of #e66afe is #ff66ff. Color #e66afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101010 11111110
Octal 346 152 376
Decimal 230 106 254
Hex E6 6A FE

RGB Percentages of Color #e66afe

%38.98
%17.97
%43.05

CMYK Percentages of Color #e66afe

%9
%58
%0
%0

Triadic Colors of #e66afe

#e66afe #fee66a #6afee6

Analogous Colors of #e66afe

#e66afe #fe6acc #9c6afe

Monochromatic Colors of #e66afe

#e66afe

Complementary Color

#e66afe #82fe6a

#e66afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66afe Color CSS Codes

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

#e66afe Text Font Color

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

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


#e66afe Background Color

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

This div background color is #e66afe


#e66afe Border Color

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

This div border color is #e66afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,106,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e66afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e66afe;
  -webkit-box-shadow: 1px 1px 3px 2px #e66afe;
  box-shadow:         1px 1px 3px 2px #e66afe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,106,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66afe

Related Colors


Comments

No comments written yet.

Please login to write comment.