Color Hex Logo

#e74edc Color Hex

#E74EDC
(231,78,220)
0 Favorites   0 Comments

Color spaces of #e74edc

RGB 23178220
HSL0.850.760.61
HSV304°66°91°
CMYK 0.000.660.05   0.09
XYZ48.597727.605070.4771
Yxy27.60500.33130.1882
Hunter Lab52.540573.1591-42.7525
CIE-Lab59.530274.2569-42.7808

#e74edc color RGB value is (231,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 11011100
Octal 347 116 334
Decimal 231 78 220
Hex E7 4E DC

RGB Percentages of Color #e74edc

%43.67
%14.74
%41.59

CMYK Percentages of Color #e74edc

%0
%66
%5
%9

Triadic Colors of #e74edc

#e74edc #dce74e #4edce7

Analogous Colors of #e74edc

#e74edc #e74e90 #a64ee7

Monochromatic Colors of #e74edc

#e74edc

Complementary Color

#e74edc #4ee759

#e74edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74edc Color CSS Codes

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

#e74edc Text Font Color

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

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


#e74edc Background Color

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

This div background color is #e74edc


#e74edc Border Color

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

This div border color is #e74edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74edc


Comments

No comments written yet.

Please login to write comment.