Color Hex Logo

#e74ff8 Color Hex

#E74FF8
(231,79,248)
0 Favorites   0 Comments

Color spaces of #e74ff8

RGB 23179248
HSL0.820.920.64
HSV294°68°97°
CMYK 0.070.680.00   0.03
XYZ52.694329.358291.6963
Yxy29.35820.30330.1690
Hunter Lab54.183278.7744-62.4105
CIE-Lab61.096578.4384-55.9440

#e74ff8 color RGB value is (231,79,248).

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

The process color (four color CMYK) of #e74ff8 color hex is 0.07, 0.68, 0.00, 0.03. Web safe color of #e74ff8 is #ff66ff. Color #e74ff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11111000
Octal 347 117 370
Decimal 231 79 248
Hex E7 4F F8

RGB Percentages of Color #e74ff8

%41.40
%14.16
%44.44

CMYK Percentages of Color #e74ff8

%7
%68
%0
%3

Triadic Colors of #e74ff8

#e74ff8 #f8e74f #4ff8e7

Analogous Colors of #e74ff8

#e74ff8 #f84fb5 #934ff8

Monochromatic Colors of #e74ff8

#e74ff8

Complementary Color

#e74ff8 #60f84f

#e74ff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74ff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74ff8 Color CSS Codes

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

#e74ff8 Text Font Color

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

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


#e74ff8 Background Color

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

This div background color is #e74ff8


#e74ff8 Border Color

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

This div border color is #e74ff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74ff8


Comments

No comments written yet.

Please login to write comment.