Color Hex Logo

#e66ef6 Color Hex

#E66EF6
(230,110,246)
0 Favorites   0 Comments

Color spaces of #e66ef6

RGB 230110246
HSL0.810.880.70
HSV293°55°96°
CMYK 0.070.550.00   0.04
XYZ54.843634.628790.9822
Yxy34.62870.30390.1919
Hunter Lab58.846263.3781-50.4761
CIE-Lab65.458665.1466-47.9316

#e66ef6 color RGB value is (230,110,246).

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

The process color (four color CMYK) of #e66ef6 color hex is 0.07, 0.55, 0.00, 0.04. Web safe color of #e66ef6 is #ff66ff. Color #e66ef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101110 11110110
Octal 346 156 366
Decimal 230 110 246
Hex E6 6E F6

RGB Percentages of Color #e66ef6

%39.25
%18.77
%41.98

CMYK Percentages of Color #e66ef6

%7
%55
%0
%4

Triadic Colors of #e66ef6

#e66ef6 #f6e66e #6ef6e6

Analogous Colors of #e66ef6

#e66ef6 #f66ec2 #a26ef6

Monochromatic Colors of #e66ef6

#e66ef6

Complementary Color

#e66ef6 #7ef66e

#e66ef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66ef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66ef6 Color CSS Codes

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

#e66ef6 Text Font Color

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

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


#e66ef6 Background Color

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

This div background color is #e66ef6


#e66ef6 Border Color

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

This div border color is #e66ef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66ef6


Comments

No comments written yet.

Please login to write comment.