Color Hex Logo

#e95dfd Color Hex

#E95DFD
(233,93,253)
0 Favorites   0 Comments

Color spaces of #e95dfd

RGB 23393253
HSL0.810.980.68
HSV293°63°99°
CMYK 0.080.630.00   0.01
XYZ55.248232.244296.2404
Yxy32.24420.30070.1755
Hunter Lab56.784074.3003-60.7390
CIE-Lab63.544274.4193-54.7935

#e95dfd color RGB value is (233,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011101 11111101
Octal 351 135 375
Decimal 233 93 253
Hex E9 5D FD

RGB Percentages of Color #e95dfd

%40.24
%16.06
%43.70

CMYK Percentages of Color #e95dfd

%8
%63
%0
%1

Triadic Colors of #e95dfd

#e95dfd #fde95d #5dfde9

Analogous Colors of #e95dfd

#e95dfd #fd5dc1 #995dfd

Monochromatic Colors of #e95dfd

#e95dfd

Complementary Color

#e95dfd #71fd5d

#e95dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95dfd Color CSS Codes

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

#e95dfd Text Font Color

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

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


#e95dfd Background Color

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

This div background color is #e95dfd


#e95dfd Border Color

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

This div border color is #e95dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95dfd


Comments

No comments written yet.

Please login to write comment.