Color Hex Logo

#e704cd Color Hex

#E704CD
(231,4,205)
0 Favorites   0 Comments

Color spaces of #e704cd

RGB 2314205
HSL0.850.970.46
HSV307°98°91°
CMYK 0.000.980.11   0.09
XYZ44.017921.483559.5843
Yxy21.48350.35190.1718
Hunter Lab46.350388.4047-43.7734
CIE-Lab53.474687.3823-43.8051

#e704cd color RGB value is (231,4,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 11001101
Octal 347 4 315
Decimal 231 4 205
Hex E7 4 CD

RGB Percentages of Color #e704cd

%52.50
%0.91
%46.59

CMYK Percentages of Color #e704cd

%0
%98
%11
%9

Triadic Colors of #e704cd

#e704cd #cde704 #04cde7

Analogous Colors of #e704cd

#e704cd #e7045b #9004e7

Monochromatic Colors of #e704cd

#e704cd

Complementary Color

#e704cd #04e71e

#e704cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e704cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e704cd Color CSS Codes

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

#e704cd Text Font Color

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

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


#e704cd Background Color

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

This div background color is #e704cd


#e704cd Border Color

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

This div border color is #e704cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e704cd


Comments

No comments written yet.

Please login to write comment.