Color Hex Logo

#e66ff8 Color Hex

#E66FF8
(230,111,248)
0 Favorites   0 Comments

Color spaces of #e66ff8

RGB 230111248
HSL0.810.910.70
HSV292°55°97°
CMYK 0.070.550.00   0.03
XYZ55.260834.969292.6441
Yxy34.96920.30220.1912
Hunter Lab59.134863.3205-51.4930
CIE-Lab65.724765.0524-48.6128

#e66ff8 color RGB value is (230,111,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101111 11111000
Octal 346 157 370
Decimal 230 111 248
Hex E6 6F F8

RGB Percentages of Color #e66ff8

%39.05
%18.85
%42.11

CMYK Percentages of Color #e66ff8

%7
%55
%0
%3

Triadic Colors of #e66ff8

#e66ff8 #f8e66f #6ff8e6

Analogous Colors of #e66ff8

#e66ff8 #f86fc6 #a26ff8

Monochromatic Colors of #e66ff8

#e66ff8

Complementary Color

#e66ff8 #81f86f

#e66ff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66ff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66ff8 Color CSS Codes

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

#e66ff8 Text Font Color

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

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


#e66ff8 Background Color

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

This div background color is #e66ff8


#e66ff8 Border Color

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

This div border color is #e66ff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66ff8


Comments

No comments written yet.

Please login to write comment.