color codes Logo

#e65dfa color codes

#E65DFA
(230,93,250)
0 Favorites   0 Comments

Color spaces of #e65dfa

RGB 23093250
HSL0.810.940.67
HSV292°63°98°
CMYK 0.080.630.00   0.02
XYZ53.802831.553893.6973
Yxy31.55380.30050.1762
Hunter Lab56.172872.6666-59.5760
CIE-Lab62.972473.2129-54.0736

#e65dfa color RGB value is (230,93,250).

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

The process color (four color CMYK) of #e65dfa color code is 0.08, 0.63, 0.00, 0.02. Web safe color of #e65dfa is #ff66ff. Color #e65dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 11111010
Octal 346 135 372
Decimal 230 93 250
Hex E6 5D FA

RGB Percentages of Color #e65dfa

%40.14
%16.23
%43.63

CMYK Percentages of Color #e65dfa

%8
%63
%0
%2

Triadic Colors of #e65dfa

#e65dfa #fae65d #5dfae6

Analogous Colors of #e65dfa

#e65dfa #fa5dc0 #985dfa

Monochromatic Colors of #e65dfa

#e65dfa

Complementary Color

#e65dfa #71fa5d

#e65dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dfa Color CSS Codes

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

#e65dfa Text Font Color

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

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


#e65dfa Background Color

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

This div background color is #e65dfa


#e65dfa Border Color

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

This div border color is #e65dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,93,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dfa


Comments

No comments written yet.

Please login to write comment.