Color Hex Logo

#e65dfd Color Hex

#E65DFD
(230,93,253)
0 Favorites   0 Comments

Color spaces of #e65dfd

RGB 23093253
HSL0.810.980.68
HSV291°63°99°
CMYK 0.090.630.00   0.01
XYZ54.277131.743596.1949
Yxy31.74350.29790.1742
Hunter Lab56.341473.3626-61.7903
CIE-Lab63.130373.7440-55.4768

#e65dfd color RGB value is (230,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 11111101
Octal 346 135 375
Decimal 230 93 253
Hex E6 5D FD

RGB Percentages of Color #e65dfd

%39.93
%16.15
%43.92

CMYK Percentages of Color #e65dfd

%9
%63
%0
%1

Triadic Colors of #e65dfd

#e65dfd #fde65d #5dfde6

Analogous Colors of #e65dfd

#e65dfd #fd5dc4 #965dfd

Monochromatic Colors of #e65dfd

#e65dfd

Complementary Color

#e65dfd #74fd5d

#e65dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dfd Color CSS Codes

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

#e65dfd Text Font Color

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

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


#e65dfd Background Color

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

This div background color is #e65dfd


#e65dfd Border Color

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

This div border color is #e65dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dfd


Comments

No comments written yet.

Please login to write comment.