Color Hex Logo

#e418bf Color Hex

#E418BF
(228,24,191)
0 Favorites   0 Comments

Color spaces of #e418bf

RGB 22824191
HSL0.860.810.49
HSV311°89°89°
CMYK 0.000.890.16   0.11
XYZ41.725520.908851.1268
Yxy20.90880.36680.1838
Hunter Lab45.726182.8620-34.2844
CIE-Lab52.849583.2413-36.7447

#e418bf color RGB value is (228,24,191).

#e418bf hex color red value is 228, green value is 24 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e418bf hue: 0.86 , saturation: 0.81 and the lightness value of e418bf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011000 10111111
Octal 344 30 277
Decimal 228 24 191
Hex E4 18 BF

RGB Percentages of Color #e418bf

%51.47
%5.42
%43.12

CMYK Percentages of Color #e418bf

%0
%89
%16
%11

Triadic Colors of #e418bf

#e418bf #bfe418 #18bfe4

Analogous Colors of #e418bf

#e418bf #e41859 #a318e4

Monochromatic Colors of #e418bf

#e418bf

Complementary Color

#e418bf #18e43d

#e418bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e418bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e418bf Color CSS Codes

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

#e418bf Text Font Color

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

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


#e418bf Background Color

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

This div background color is #e418bf


#e418bf Border Color

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

This div border color is #e418bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e418bf


Comments

No comments written yet.

Please login to write comment.