Color Hex Logo

#e704df Color Hex

#E704DF
(231,4,223)
0 Favorites   0 Comments

Color spaces of #e704df

RGB 2314223
HSL0.840.970.46
HSV302°98°91°
CMYK 0.000.980.03   0.09
XYZ46.317722.403571.6951
Yxy22.40350.32990.1596
Hunter Lab47.332391.8420-56.6749
CIE-Lab54.452589.7904-52.5263

#e704df color RGB value is (231,4,223).

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

The process color (four color CMYK) of #e704df color hex is 0.00, 0.98, 0.03, 0.09. Web safe color of #e704df is #ff00cc. Color #e704df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 11011111
Octal 347 4 337
Decimal 231 4 223
Hex E7 4 DF

RGB Percentages of Color #e704df

%50.44
%0.87
%48.69

CMYK Percentages of Color #e704df

%0
%98
%3
%9

Triadic Colors of #e704df

#e704df #dfe704 #04dfe7

Analogous Colors of #e704df

#e704df #e7046e #7e04e7

Monochromatic Colors of #e704df

#e704df

Complementary Color

#e704df #04e70c

#e704df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e704df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e704df Color CSS Codes

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

#e704df Text Font Color

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

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


#e704df Background Color

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

This div background color is #e704df


#e704df Border Color

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

This div border color is #e704df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e704df


Comments

No comments written yet.

Please login to write comment.