Color Hex Logo

#e68dfe Color Hex

#E68DFE
(230,141,254)
0 Favorites   0 Comments

Color spaces of #e68dfe

RGB 230141254
HSL0.800.980.77
HSV287°44°100°
CMYK 0.090.440.00   0.00
XYZ60.047443.028598.9064
Yxy43.02850.29730.2130
Hunter Lab65.596148.6077-43.4807
CIE-Lab71.574351.5555-42.7047

#e68dfe color RGB value is (230,141,254).

#e68dfe hex color red value is 230, green value is 141 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e68dfe hue: 0.80 , saturation: 0.98 and the lightness value of e68dfe is 0.77.

The process color (four color CMYK) of #e68dfe color hex is 0.09, 0.44, 0.00, 0.00. Web safe color of #e68dfe is #ff99ff. Color #e68dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001101 11111110
Octal 346 215 376
Decimal 230 141 254
Hex E6 8D FE

RGB Percentages of Color #e68dfe

%36.80
%22.56
%40.64

CMYK Percentages of Color #e68dfe

%9
%44
%0
%0

Triadic Colors of #e68dfe

#e68dfe #fee68d #8dfee6

Analogous Colors of #e68dfe

#e68dfe #fe8dde #ae8dfe

Monochromatic Colors of #e68dfe

#e68dfe

Complementary Color

#e68dfe #a5fe8d

#e68dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68dfe Color CSS Codes

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

#e68dfe Text Font Color

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

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


#e68dfe Background Color

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

This div background color is #e68dfe


#e68dfe Border Color

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

This div border color is #e68dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68dfe


Comments

No comments written yet.

Please login to write comment.