Color Hex Logo

#e74edf Color Hex

#E74EDF
(231,78,223)
0 Favorites   0 Comments

Color spaces of #e74edf

RGB 23178223
HSL0.840.760.61
HSV303°66°91°
CMYK 0.000.660.03   0.09
XYZ48.998727.765472.5888
Yxy27.76540.32810.1859
Hunter Lab52.692973.7732-44.7919
CIE-Lab59.676274.7243-44.2400

#e74edf color RGB value is (231,78,223).

#e74edf hex color red value is 231, green value is 78 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e74edf hue: 0.84 , saturation: 0.76 and the lightness value of e74edf is 0.61.

The process color (four color CMYK) of #e74edf color hex is 0.00, 0.66, 0.03, 0.09. Web safe color of #e74edf is #ff66cc. Color #e74edf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 11011111
Octal 347 116 337
Decimal 231 78 223
Hex E7 4E DF

RGB Percentages of Color #e74edf

%43.42
%14.66
%41.92

CMYK Percentages of Color #e74edf

%0
%66
%3
%9

Triadic Colors of #e74edf

#e74edf #dfe74e #4edfe7

Analogous Colors of #e74edf

#e74edf #e74e93 #a34ee7

Monochromatic Colors of #e74edf

#e74edf

Complementary Color

#e74edf #4ee756

#e74edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74edf Color CSS Codes

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

#e74edf Text Font Color

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

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


#e74edf Background Color

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

This div background color is #e74edf


#e74edf Border Color

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

This div border color is #e74edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74edf


Comments

No comments written yet.

Please login to write comment.