Color Hex Logo

#e66efd Color Hex

#E66EFD
(230,110,253)
0 Favorites   0 Comments

Color spaces of #e66efd

RGB 230110253
HSL0.810.970.71
HSV290°57°99°
CMYK 0.090.570.00   0.01
XYZ55.938735.066796.7488
Yxy35.06670.29790.1868
Hunter Lab59.217164.9877-55.4158
CIE-Lab65.800666.4248-51.2406

#e66efd color RGB value is (230,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11111101
Octal 346 156 375
Decimal 230 110 253
Hex E6 6E FD

RGB Percentages of Color #e66efd

%38.79
%18.55
%42.66

CMYK Percentages of Color #e66efd

%9
%57
%0
%1

Triadic Colors of #e66efd

#e66efd #fde66e #6efde6

Analogous Colors of #e66efd

#e66efd #fd6ecd #9f6efd

Monochromatic Colors of #e66efd

#e66efd

Complementary Color

#e66efd #85fd6e

#e66efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66efd Color CSS Codes

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

#e66efd Text Font Color

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

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


#e66efd Background Color

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

This div background color is #e66efd


#e66efd Border Color

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

This div border color is #e66efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66efd


Comments

No comments written yet.

Please login to write comment.