Color Hex Logo

#e318da Color Hex

#E318DA
(227,24,218)
0 Favorites   0 Comments

Color spaces of #e318da

RGB 22724218
HSL0.840.810.49
HSV303°89°89°
CMYK 0.000.890.04   0.11
XYZ44.660122.046168.2311
Yxy22.04610.33100.1634
Hunter Lab46.953387.6139-53.2912
CIE-Lab54.075986.6630-50.3271

#e318da color RGB value is (227,24,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011000 11011010
Octal 343 30 332
Decimal 227 24 218
Hex E3 18 DA

RGB Percentages of Color #e318da

%48.40
%5.12
%46.48

CMYK Percentages of Color #e318da

%0
%89
%4
%11

Triadic Colors of #e318da

#e318da #dae318 #18dae3

Analogous Colors of #e318da

#e318da #e31875 #8718e3

Monochromatic Colors of #e318da

#e318da

Complementary Color

#e318da #18e321

#e318da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e318da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e318da Color CSS Codes

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

#e318da Text Font Color

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

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


#e318da Background Color

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

This div background color is #e318da


#e318da Border Color

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

This div border color is #e318da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e318da


Comments

No comments written yet.

Please login to write comment.