Color Hex Logo

#e96efd Color Hex

#E96EFD
(233,110,253)
0 Favorites   0 Comments

Color spaces of #e96efd

RGB 233110253
HSL0.810.970.71
HSV292°57°99°
CMYK 0.080.570.00   0.01
XYZ56.909835.567396.7942
Yxy35.56730.30070.1879
Hunter Lab59.638365.9663-54.4820
CIE-Lab66.188067.1658-50.6027

#e96efd color RGB value is (233,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101110 11111101
Octal 351 156 375
Decimal 233 110 253
Hex E9 6E FD

RGB Percentages of Color #e96efd

%39.09
%18.46
%42.45

CMYK Percentages of Color #e96efd

%8
%57
%0
%1

Triadic Colors of #e96efd

#e96efd #fde96e #6efde9

Analogous Colors of #e96efd

#e96efd #fd6eca #a26efd

Monochromatic Colors of #e96efd

#e96efd

Complementary Color

#e96efd #82fd6e

#e96efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96efd Color CSS Codes

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

#e96efd Text Font Color

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

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


#e96efd Background Color

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

This div background color is #e96efd


#e96efd Border Color

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

This div border color is #e96efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96efd

Related Colors


Comments

No comments written yet.

Please login to write comment.