Color Hex Logo

#e819bc Color Hex

#E819BC
(232,25,188)
0 Favorites   0 Comments

Color spaces of #e819bc

RGB 23225188
HSL0.870.820.50
HSV313°89°91°
CMYK 0.000.890.19   0.09
XYZ42.703421.481949.4727
Yxy21.48190.37570.1890
Hunter Lab46.348683.3515-30.8424
CIE-Lab53.472983.5001-33.9750

#e819bc color RGB value is (232,25,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00011001 10111100
Octal 350 31 274
Decimal 232 25 188
Hex E8 19 BC

RGB Percentages of Color #e819bc

%52.13
%5.62
%42.25

CMYK Percentages of Color #e819bc

%0
%89
%19
%9

Triadic Colors of #e819bc

#e819bc #bce819 #19bce8

Analogous Colors of #e819bc

#e819bc #e81954 #ad19e8

Monochromatic Colors of #e819bc

#e819bc

Complementary Color

#e819bc #19e845

#e819bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e819bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e819bc Color CSS Codes

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

#e819bc Text Font Color

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

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


#e819bc Background Color

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

This div background color is #e819bc


#e819bc Border Color

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

This div border color is #e819bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e819bc


Comments

No comments written yet.

Please login to write comment.