Color Hex Logo

#e13fbe Color Hex

#E13FBE
(225,63,190)
0 Favorites   0 Comments

Color spaces of #e13fbe

RGB 22563190
HSL0.870.730.56
HSV313°72°88°
CMYK 0.000.720.16   0.12
XYZ42.123123.280350.9886
Yxy23.28030.36190.2000
Hunter Lab48.249771.3978-28.8809
CIE-Lab55.359973.6240-32.2763

#e13fbe color RGB value is (225,63,190).

#e13fbe hex color red value is 225, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e13fbe hue: 0.87 , saturation: 0.73 and the lightness value of e13fbe is 0.56.

The process color (four color CMYK) of #e13fbe color hex is 0.00, 0.72, 0.16, 0.12. Web safe color of #e13fbe is #cc33cc. Color #e13fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111111 10111110
Octal 341 77 276
Decimal 225 63 190
Hex E1 3F BE

RGB Percentages of Color #e13fbe

%47.07
%13.18
%39.75

CMYK Percentages of Color #e13fbe

%0
%72
%16
%12

Triadic Colors of #e13fbe

#e13fbe #bee13f #3fbee1

Analogous Colors of #e13fbe

#e13fbe #e13f6d #b33fe1

Monochromatic Colors of #e13fbe

#e13fbe

Complementary Color

#e13fbe #3fe162

#e13fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13fbe Color CSS Codes

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

#e13fbe Text Font Color

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

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


#e13fbe Background Color

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

This div background color is #e13fbe


#e13fbe Border Color

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

This div border color is #e13fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,63,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13fbe


Comments

No comments written yet.

Please login to write comment.