Color Hex Logo

#e118da Color Hex

#E118DA
(225,24,218)
0 Favorites   0 Comments

Color spaces of #e118da

RGB 22524218
HSL0.840.810.49
HSV302°89°88°
CMYK 0.000.890.03   0.12
XYZ44.032921.722868.2018
Yxy21.72280.32870.1622
Hunter Lab46.607787.0753-54.1346
CIE-Lab53.731686.3185-50.8961

#e118da color RGB value is (225,24,218).

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

The process color (four color CMYK) of #e118da color hex is 0.00, 0.89, 0.03, 0.12. Web safe color of #e118da is #cc00cc. Color #e118da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011000 11011010
Octal 341 30 332
Decimal 225 24 218
Hex E1 18 DA

RGB Percentages of Color #e118da

%48.18
%5.14
%46.68

CMYK Percentages of Color #e118da

%0
%89
%3
%12

Triadic Colors of #e118da

#e118da #dae118 #18dae1

Analogous Colors of #e118da

#e118da #e11876 #8418e1

Monochromatic Colors of #e118da

#e118da

Complementary Color

#e118da #18e11f

#e118da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e118da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e118da Color CSS Codes

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

#e118da Text Font Color

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

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


#e118da Background Color

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

This div background color is #e118da


#e118da Border Color

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

This div border color is #e118da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e118da


Comments

No comments written yet.

Please login to write comment.