Color Hex Logo

#e619ba Color Hex

#E619BA
(230,25,186)
0 Favorites   0 Comments

Color spaces of #e619ba

RGB 23025186
HSL0.870.800.50
HSV313°89°90°
CMYK 0.000.890.19   0.10
XYZ41.843721.063448.3146
Yxy21.06340.37620.1894
Hunter Lab45.894982.4276-30.2895
CIE-Lab53.018882.8701-33.5487

#e619ba color RGB value is (230,25,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 10111010
Octal 346 31 272
Decimal 230 25 186
Hex E6 19 BA

RGB Percentages of Color #e619ba

%52.15
%5.67
%42.18

CMYK Percentages of Color #e619ba

%0
%89
%19
%10

Triadic Colors of #e619ba

#e619ba #bae619 #19bae6

Analogous Colors of #e619ba

#e619ba #e61953 #ac19e6

Monochromatic Colors of #e619ba

#e619ba

Complementary Color

#e619ba #19e645

#e619ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e619ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e619ba Color CSS Codes

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

#e619ba Text Font Color

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

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


#e619ba Background Color

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

This div background color is #e619ba


#e619ba Border Color

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

This div border color is #e619ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e619ba


Comments

No comments written yet.

Please login to write comment.