Color Hex Logo

#e113bc Color Hex

#E113BC
(225,19,188)
0 Favorites   0 Comments

Color spaces of #e113bc

RGB 22519188
HSL0.860.840.48
HSV311°92°88°
CMYK 0.000.920.16   0.12
XYZ40.361320.104149.3302
Yxy20.10410.36760.1831
Hunter Lab44.837682.2139-33.8444
CIE-Lab51.954782.9109-36.4449

#e113bc color RGB value is (225,19,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010011 10111100
Octal 341 23 274
Decimal 225 19 188
Hex E1 13 BC

RGB Percentages of Color #e113bc

%52.08
%4.40
%43.52

CMYK Percentages of Color #e113bc

%0
%92
%16
%12

Triadic Colors of #e113bc

#e113bc #bce113 #13bce1

Analogous Colors of #e113bc

#e113bc #e11355 #9f13e1

Monochromatic Colors of #e113bc

#e113bc

Complementary Color

#e113bc #13e138

#e113bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e113bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e113bc Color CSS Codes

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

#e113bc Text Font Color

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

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


#e113bc Background Color

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

This div background color is #e113bc


#e113bc Border Color

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

This div border color is #e113bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e113bc


Comments

No comments written yet.

Please login to write comment.