Color Hex Logo

#e68dfc Color Hex

#E68DFC
(230,141,252)
0 Favorites   0 Comments

Color spaces of #e68dfc

RGB 230141252
HSL0.800.950.77
HSV288°44°99°
CMYK 0.090.440.00   0.01
XYZ59.728742.901097.2281
Yxy42.90100.29890.2147
Hunter Lab65.498948.1520-42.1623
CIE-Lab71.487751.1683-41.7521

#e68dfc color RGB value is (230,141,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001101 11111100
Octal 346 215 374
Decimal 230 141 252
Hex E6 8D FC

RGB Percentages of Color #e68dfc

%36.92
%22.63
%40.45

CMYK Percentages of Color #e68dfc

%9
%44
%0
%1

Triadic Colors of #e68dfc

#e68dfc #fce68d #8dfce6

Analogous Colors of #e68dfc

#e68dfc #fc8ddb #af8dfc

Monochromatic Colors of #e68dfc

#e68dfc

Complementary Color

#e68dfc #a3fc8d

#e68dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68dfc Color CSS Codes

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

#e68dfc Text Font Color

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

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


#e68dfc Background Color

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

This div background color is #e68dfc


#e68dfc Border Color

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

This div border color is #e68dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.