Color Hex Logo

#e119bc Color Hex

#E119BC
(225,25,188)
0 Favorites   0 Comments

Color spaces of #e119bc

RGB 22525188
HSL0.860.800.49
HSV311°89°88°
CMYK 0.000.890.16   0.12
XYZ40.476120.333749.3684
Yxy20.33370.36740.1846
Hunter Lab45.092981.3118-33.3466
CIE-Lab52.212482.1561-36.0402

#e119bc color RGB value is (225,25,188).

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

The process color (four color CMYK) of #e119bc color hex is 0.00, 0.89, 0.16, 0.12. Web safe color of #e119bc is #cc00cc. Color #e119bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 10111100
Octal 341 31 274
Decimal 225 25 188
Hex E1 19 BC

RGB Percentages of Color #e119bc

%51.37
%5.71
%42.92

CMYK Percentages of Color #e119bc

%0
%89
%16
%12

Triadic Colors of #e119bc

#e119bc #bce119 #19bce1

Analogous Colors of #e119bc

#e119bc #e11958 #a219e1

Monochromatic Colors of #e119bc

#e119bc

Complementary Color

#e119bc #19e13e

#e119bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119bc Color CSS Codes

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

#e119bc Text Font Color

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

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


#e119bc Background Color

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

This div background color is #e119bc


#e119bc Border Color

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

This div border color is #e119bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e119bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119bc


Comments

No comments written yet.

Please login to write comment.