Color Hex Logo

#e74fef Color Hex

#E74FEF
(231,79,239)
0 Favorites   0 Comments

Color spaces of #e74fef

RGB 23179239
HSL0.830.830.62
HSV297°67°94°
CMYK 0.030.670.00   0.06
XYZ51.331028.812984.5174
Yxy28.81290.31170.1750
Hunter Lab53.677676.7606-55.7799
CIE-Lab60.616176.9355-51.7088

#e74fef color RGB value is (231,79,239).

#e74fef hex color red value is 231, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e74fef hue: 0.83 , saturation: 0.83 and the lightness value of e74fef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11101111
Octal 347 117 357
Decimal 231 79 239
Hex E7 4F EF

RGB Percentages of Color #e74fef

%42.08
%14.39
%43.53

CMYK Percentages of Color #e74fef

%3
%67
%0
%6

Triadic Colors of #e74fef

#e74fef #efe74f #4fefe7

Analogous Colors of #e74fef

#e74fef #ef4fa7 #974fef

Monochromatic Colors of #e74fef

#e74fef

Complementary Color

#e74fef #57ef4f

#e74fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fef Color CSS Codes

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

#e74fef Text Font Color

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

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


#e74fef Background Color

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

This div background color is #e74fef


#e74fef Border Color

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

This div border color is #e74fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fef


Comments

No comments written yet.

Please login to write comment.