Color Hex Logo

#e604ad Color Hex

#E604AD
(230,4,173)
0 Favorites   0 Comments

Color spaces of #e604ad

RGB 2304173
HSL0.880.970.46
HSV315°98°90°
CMYK 0.000.980.25   0.10
XYZ40.219419.927041.2617
Yxy19.92700.39660.1965
Hunter Lab44.639782.7053-23.5556
CIE-Lab51.754683.3326-27.9119

#e604ad color RGB value is (230,4,173).

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

The process color (four color CMYK) of #e604ad color hex is 0.00, 0.98, 0.25, 0.10. Web safe color of #e604ad is #ff0099. Color #e604ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000100 10101101
Octal 346 4 255
Decimal 230 4 173
Hex E6 4 AD

RGB Percentages of Color #e604ad

%56.51
%0.98
%42.51

CMYK Percentages of Color #e604ad

%0
%98
%25
%10

Triadic Colors of #e604ad

#e604ad #ade604 #04ade6

Analogous Colors of #e604ad

#e604ad #e6043c #ae04e6

Monochromatic Colors of #e604ad

#e604ad

Complementary Color

#e604ad #04e63d

#e604ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e604ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e604ad Color CSS Codes

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

#e604ad Text Font Color

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

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


#e604ad Background Color

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

This div background color is #e604ad


#e604ad Border Color

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

This div border color is #e604ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e604ad


Comments

No comments written yet.

Please login to write comment.