Color Hex Logo

#e40fba Color Hex

#E40FBA
(228,15,186)
0 Favorites   0 Comments

Color spaces of #e40fba

RGB 22815186
HSL0.870.880.48
HSV312°93°89°
CMYK 0.000.930.18   0.11
XYZ41.028720.380848.2258
Yxy20.38080.37420.1859
Hunter Lab45.145183.2202-31.7344
CIE-Lab52.265083.6334-34.7548

#e40fba color RGB value is (228,15,186).

#e40fba hex color red value is 228, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e40fba hue: 0.87 , saturation: 0.88 and the lightness value of e40fba is 0.48.

The process color (four color CMYK) of #e40fba color hex is 0.00, 0.93, 0.18, 0.11. Web safe color of #e40fba is #cc00cc. Color #e40fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 10111010
Octal 344 17 272
Decimal 228 15 186
Hex E4 F BA

RGB Percentages of Color #e40fba

%53.15
%3.50
%43.36

CMYK Percentages of Color #e40fba

%0
%93
%18
%11

Triadic Colors of #e40fba

#e40fba #bae40f #0fbae4

Analogous Colors of #e40fba

#e40fba #e40f4f #a40fe4

Monochromatic Colors of #e40fba

#e40fba

Complementary Color

#e40fba #0fe439

#e40fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40fba Color CSS Codes

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

#e40fba Text Font Color

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

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


#e40fba Background Color

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

This div background color is #e40fba


#e40fba Border Color

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

This div border color is #e40fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40fba


Comments

No comments written yet.

Please login to write comment.