Color Hex Logo

#e619c9 Color Hex

#E619C9
(230,25,201)
0 Favorites   0 Comments

Color spaces of #e619c9

RGB 23025201
HSL0.860.800.50
HSV308°89°90°
CMYK 0.000.890.13   0.10
XYZ43.523421.735357.1597
Yxy21.73530.35550.1775
Hunter Lab46.621185.0526-40.0575
CIE-Lab53.745084.7629-41.0892

#e619c9 color RGB value is (230,25,201).

#e619c9 hex color red value is 230, green value is 25 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #e619c9 hue: 0.86 , saturation: 0.80 and the lightness value of e619c9 is 0.50.

The process color (four color CMYK) of #e619c9 color hex is 0.00, 0.89, 0.13, 0.10. Web safe color of #e619c9 is #ff00cc. Color #e619c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 11001001
Octal 346 31 311
Decimal 230 25 201
Hex E6 19 C9

RGB Percentages of Color #e619c9

%50.44
%5.48
%44.08

CMYK Percentages of Color #e619c9

%0
%89
%13
%10

Triadic Colors of #e619c9

#e619c9 #c9e619 #19c9e6

Analogous Colors of #e619c9

#e619c9 #e61962 #9d19e6

Monochromatic Colors of #e619c9

#e619c9

Complementary Color

#e619c9 #19e636

#e619c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e619c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e619c9 Color CSS Codes

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

#e619c9 Text Font Color

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

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


#e619c9 Background Color

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

This div background color is #e619c9


#e619c9 Border Color

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

This div border color is #e619c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e619c9


Comments

No comments written yet.

Please login to write comment.