Color Hex Logo

#e74ff2 Color Hex

#E74FF2
(231,79,242)
0 Favorites   0 Comments

Color spaces of #e74ff2

RGB 23179242
HSL0.820.860.63
HSV296°67°95°
CMYK 0.050.670.00   0.05
XYZ51.778028.991786.8714
Yxy28.99170.30890.1729
Hunter Lab53.843977.4242-57.9673
CIE-Lab60.774377.4323-53.1270

#e74ff2 color RGB value is (231,79,242).

#e74ff2 hex color red value is 231, green value is 79 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e74ff2 hue: 0.82 , saturation: 0.86 and the lightness value of e74ff2 is 0.63.

The process color (four color CMYK) of #e74ff2 color hex is 0.05, 0.67, 0.00, 0.05. Web safe color of #e74ff2 is #ff66ff. Color #e74ff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11110010
Octal 347 117 362
Decimal 231 79 242
Hex E7 4F F2

RGB Percentages of Color #e74ff2

%41.85
%14.31
%43.84

CMYK Percentages of Color #e74ff2

%5
%67
%0
%5

Triadic Colors of #e74ff2

#e74ff2 #f2e74f #4ff2e7

Analogous Colors of #e74ff2

#e74ff2 #f24fac #964ff2

Monochromatic Colors of #e74ff2

#e74ff2

Complementary Color

#e74ff2 #5af24f

#e74ff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74ff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74ff2 Color CSS Codes

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

#e74ff2 Text Font Color

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

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


#e74ff2 Background Color

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

This div background color is #e74ff2


#e74ff2 Border Color

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

This div border color is #e74ff2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,79,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74ff2


Comments

No comments written yet.

Please login to write comment.