Color Hex Logo

#e74ffa Color Hex

#E74FFA
(231,79,250)
0 Favorites   0 Comments

Color spaces of #e74ffa

RGB 23179250
HSL0.810.940.65
HSV293°68°98°
CMYK 0.080.680.00   0.02
XYZ53.006329.483093.3395
Yxy29.48300.30150.1677
Hunter Lab54.298379.2309-63.9116
CIE-Lab61.205678.7773-56.8774

#e74ffa color RGB value is (231,79,250).

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

The process color (four color CMYK) of #e74ffa color hex is 0.08, 0.68, 0.00, 0.02. Web safe color of #e74ffa is #ff66ff. Color #e74ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11111010
Octal 347 117 372
Decimal 231 79 250
Hex E7 4F FA

RGB Percentages of Color #e74ffa

%41.25
%14.11
%44.64

CMYK Percentages of Color #e74ffa

%8
%68
%0
%2

Triadic Colors of #e74ffa

#e74ffa #fae74f #4ffae7

Analogous Colors of #e74ffa

#e74ffa #fa4fb8 #924ffa

Monochromatic Colors of #e74ffa

#e74ffa

Complementary Color

#e74ffa #62fa4f

#e74ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74ffa Color CSS Codes

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

#e74ffa Text Font Color

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

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


#e74ffa Background Color

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

This div background color is #e74ffa


#e74ffa Border Color

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

This div border color is #e74ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74ffa


Comments

No comments written yet.

Please login to write comment.