Color Hex Logo

#e74feb Color Hex

#E74FEB
(231,79,235)
0 Favorites   0 Comments

Color spaces of #e74feb

RGB 23179235
HSL0.830.800.62
HSV298°66°92°
CMYK 0.020.660.00   0.08
XYZ50.746428.579081.4389
Yxy28.57900.31570.1778
Hunter Lab53.459375.8877-52.8997
CIE-Lab60.408376.2799-49.8079

#e74feb color RGB value is (231,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11101011
Octal 347 117 353
Decimal 231 79 235
Hex E7 4F EB

RGB Percentages of Color #e74feb

%42.39
%14.50
%43.12

CMYK Percentages of Color #e74feb

%2
%66
%0
%8

Triadic Colors of #e74feb

#e74feb #ebe74f #4febe7

Analogous Colors of #e74feb

#e74feb #eb4fa1 #994feb

Monochromatic Colors of #e74feb

#e74feb

Complementary Color

#e74feb #53eb4f

#e74feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74feb Color CSS Codes

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

#e74feb Text Font Color

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

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


#e74feb Background Color

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

This div background color is #e74feb


#e74feb Border Color

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

This div border color is #e74feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74feb


Comments

No comments written yet.

Please login to write comment.