Color Hex Logo

#e704dc Color Hex

#E704DC
(231,4,220)
0 Favorites   0 Comments

Color spaces of #e704dc

RGB 2314220
HSL0.840.970.46
HSV303°98°91°
CMYK 0.000.980.05   0.09
XYZ45.916722.243169.5834
Yxy22.24310.33340.1615
Hunter Lab47.162691.2500-54.4623
CIE-Lab54.284089.3781-51.0916

#e704dc color RGB value is (231,4,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 11011100
Octal 347 4 334
Decimal 231 4 220
Hex E7 4 DC

RGB Percentages of Color #e704dc

%50.77
%0.88
%48.35

CMYK Percentages of Color #e704dc

%0
%98
%5
%9

Triadic Colors of #e704dc

#e704dc #dce704 #04dce7

Analogous Colors of #e704dc

#e704dc #e7046b #8104e7

Monochromatic Colors of #e704dc

#e704dc

Complementary Color

#e704dc #04e70f

#e704dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e704dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e704dc Color CSS Codes

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

#e704dc Text Font Color

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

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


#e704dc Background Color

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

This div background color is #e704dc


#e704dc Border Color

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

This div border color is #e704dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e704dc


Comments

No comments written yet.

Please login to write comment.