Color Hex Logo

#e96dfc Color Hex

#E96DFC
(233,109,252)
0 Favorites   0 Comments

Color spaces of #e96dfc

RGB 233109252
HSL0.810.960.71
HSV292°57°99°
CMYK 0.080.570.00   0.01
XYZ56.643635.289295.9215
Yxy35.28920.30150.1879
Hunter Lab59.404766.2451-54.1530
CIE-Lab65.973267.4334-50.3933

#e96dfc color RGB value is (233,109,252).

#e96dfc hex color red value is 233, green value is 109 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e96dfc hue: 0.81 , saturation: 0.96 and the lightness value of e96dfc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101101 11111100
Octal 351 155 374
Decimal 233 109 252
Hex E9 6D FC

RGB Percentages of Color #e96dfc

%39.23
%18.35
%42.42

CMYK Percentages of Color #e96dfc

%8
%57
%0
%1

Triadic Colors of #e96dfc

#e96dfc #fce96d #6dfce9

Analogous Colors of #e96dfc

#e96dfc #fc6dc8 #a26dfc

Monochromatic Colors of #e96dfc

#e96dfc

Complementary Color

#e96dfc #80fc6d

#e96dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96dfc Color CSS Codes

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

#e96dfc Text Font Color

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

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


#e96dfc Background Color

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

This div background color is #e96dfc


#e96dfc Border Color

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

This div border color is #e96dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.