Color Hex Logo

#e74def Color Hex

#E74DEF
(231,77,239)
0 Favorites   0 Comments

Color spaces of #e74def

RGB 23177239
HSL0.830.840.62
HSV297°68°94°
CMYK 0.030.680.00   0.06
XYZ51.188928.528784.4700
Yxy28.52870.31180.1738
Hunter Lab53.412377.5982-56.3769
CIE-Lab60.363477.6488-52.1102

#e74def color RGB value is (231,77,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001101 11101111
Octal 347 115 357
Decimal 231 77 239
Hex E7 4D EF

RGB Percentages of Color #e74def

%42.23
%14.08
%43.69

CMYK Percentages of Color #e74def

%3
%68
%0
%6

Triadic Colors of #e74def

#e74def #efe74d #4defe7

Analogous Colors of #e74def

#e74def #ef4da6 #964def

Monochromatic Colors of #e74def

#e74def

Complementary Color

#e74def #55ef4d

#e74def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74def Color CSS Codes

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

#e74def Text Font Color

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

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


#e74def Background Color

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

This div background color is #e74def


#e74def Border Color

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

This div border color is #e74def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74def


Comments

No comments written yet.

Please login to write comment.