Color Hex Logo

#e74cef Color Hex

#E74CEF
(231,76,239)
0 Favorites   0 Comments

Color spaces of #e74cef

RGB 23176239
HSL0.830.840.62
HSV297°68°94°
CMYK 0.030.680.00   0.06
XYZ51.119428.389884.4468
Yxy28.38980.31180.1732
Hunter Lab53.282178.0112-56.6713
CIE-Lab60.239377.9997-52.3074

#e74cef color RGB value is (231,76,239).

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

The process color (four color CMYK) of #e74cef color hex is 0.03, 0.68, 0.00, 0.06. Web safe color of #e74cef is #ff33ff. Color #e74cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001100 11101111
Octal 347 114 357
Decimal 231 76 239
Hex E7 4C EF

RGB Percentages of Color #e74cef

%42.31
%13.92
%43.77

CMYK Percentages of Color #e74cef

%3
%68
%0
%6

Triadic Colors of #e74cef

#e74cef #efe74c #4cefe7

Analogous Colors of #e74cef

#e74cef #ef4ca6 #964cef

Monochromatic Colors of #e74cef

#e74cef

Complementary Color

#e74cef #54ef4c

#e74cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74cef Color CSS Codes

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

#e74cef Text Font Color

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

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


#e74cef Background Color

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

This div background color is #e74cef


#e74cef Border Color

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

This div border color is #e74cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74cef


Comments

No comments written yet.

Please login to write comment.