Color Hex Logo

#e96dfb Color Hex

#E96DFB
(233,109,251)
0 Favorites   0 Comments

Color spaces of #e96dfb

RGB 233109251
HSL0.810.950.71
HSV292°57°98°
CMYK 0.070.570.00   0.02
XYZ56.485535.226095.0890
Yxy35.22600.30240.1886
Hunter Lab59.351566.0154-53.4444
CIE-Lab65.924267.2526-49.9214

#e96dfb color RGB value is (233,109,251).

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

The process color (four color CMYK) of #e96dfb color hex is 0.07, 0.57, 0.00, 0.02. Web safe color of #e96dfb is #ff66ff. Color #e96dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101101 11111011
Octal 351 155 373
Decimal 233 109 251
Hex E9 6D FB

RGB Percentages of Color #e96dfb

%39.29
%18.38
%42.33

CMYK Percentages of Color #e96dfb

%7
%57
%0
%2

Triadic Colors of #e96dfb

#e96dfb #fbe96d #6dfbe9

Analogous Colors of #e96dfb

#e96dfb #fb6dc6 #a26dfb

Monochromatic Colors of #e96dfb

#e96dfb

Complementary Color

#e96dfb #7ffb6d

#e96dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96dfb Color CSS Codes

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

#e96dfb Text Font Color

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

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


#e96dfb Background Color

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

This div background color is #e96dfb


#e96dfb Border Color

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

This div border color is #e96dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,109,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96dfb


Comments

No comments written yet.

Please login to write comment.