Color Hex Logo

#e61dfa Color Hex

#E61DFA
(230,29,250)
0 Favorites   0 Comments

Color spaces of #e61dfa

RGB 23029250
HSL0.820.960.55
HSV295°88°98°
CMYK 0.080.880.00   0.02
XYZ50.327824.603992.5389
Yxy24.60390.30050.1469
Hunter Lab49.602394.3067-75.8908
CIE-Lab56.687491.1996-64.1225

#e61dfa color RGB value is (230,29,250).

#e61dfa hex color red value is 230, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e61dfa hue: 0.82 , saturation: 0.96 and the lightness value of e61dfa is 0.55.

The process color (four color CMYK) of #e61dfa color hex is 0.08, 0.88, 0.00, 0.02. Web safe color of #e61dfa is #ff33ff. Color #e61dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011101 11111010
Octal 346 35 372
Decimal 230 29 250
Hex E6 1D FA

RGB Percentages of Color #e61dfa

%45.19
%5.70
%49.12

CMYK Percentages of Color #e61dfa

%8
%88
%0
%2

Triadic Colors of #e61dfa

#e61dfa #fae61d #1dfae6

Analogous Colors of #e61dfa

#e61dfa #fa1da0 #781dfa

Monochromatic Colors of #e61dfa

#e61dfa

Complementary Color

#e61dfa #31fa1d

#e61dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61dfa Color CSS Codes

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

#e61dfa Text Font Color

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

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


#e61dfa Background Color

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

This div background color is #e61dfa


#e61dfa Border Color

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

This div border color is #e61dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61dfa


Comments

No comments written yet.

Please login to write comment.