color codes Logo

#e40fbd color codes

#E40FBD
(228,15,189)
0 Favorites   0 Comments

Color spaces of #e40fbd

RGB 22815189
HSL0.860.880.48
HSV311°93°89°
CMYK 0.000.930.17   0.11
XYZ41.351020.509849.9234
Yxy20.50980.36990.1835
Hunter Lab45.287783.7299-33.6575
CIE-Lab52.408884.0008-36.2753

#e40fbd color RGB value is (228,15,189).

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

The process color (four color CMYK) of #e40fbd color code is 0.00, 0.93, 0.17, 0.11. Web safe color of #e40fbd is #cc00cc. Color #e40fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001111 10111101
Octal 344 17 275
Decimal 228 15 189
Hex E4 F BD

RGB Percentages of Color #e40fbd

%52.78
%3.47
%43.75

CMYK Percentages of Color #e40fbd

%0
%93
%17
%11

Triadic Colors of #e40fbd

#e40fbd #bde40f #0fbde4

Analogous Colors of #e40fbd

#e40fbd #e40f52 #a10fe4

Monochromatic Colors of #e40fbd

#e40fbd

Complementary Color

#e40fbd #0fe436

#e40fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40fbd Color CSS Codes

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

#e40fbd Text Font Color

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

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


#e40fbd Background Color

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

This div background color is #e40fbd


#e40fbd Border Color

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

This div border color is #e40fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,15,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40fbd


Comments

No comments written yet.

Please login to write comment.