Color Hex Logo

#e8218d Color Hex

#E8218D
(232,33,141)
0 Favorites   0 Comments

Color spaces of #e8218d

RGB 23233141
HSL0.910.810.52
HSV327°86°91°
CMYK 0.000.860.39   0.09
XYZ38.630320.166627.0558
Yxy20.16660.45000.2349
Hunter Lab44.907274.9624-4.2861
CIE-Lab52.025177.1564-8.4525

#e8218d color RGB value is (232,33,141).

#e8218d hex color red value is 232, green value is 33 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e8218d hue: 0.91 , saturation: 0.81 and the lightness value of e8218d is 0.52.

The process color (four color CMYK) of #e8218d color hex is 0.00, 0.86, 0.39, 0.09. Web safe color of #e8218d is #ff3399. Color #e8218d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100001 10001101
Octal 350 41 215
Decimal 232 33 141
Hex E8 21 8D

RGB Percentages of Color #e8218d

%57.14
%8.13
%34.73

CMYK Percentages of Color #e8218d

%0
%86
%39
%9

Triadic Colors of #e8218d

#e8218d #8de821 #218de8

Analogous Colors of #e8218d

#e8218d #e8212a #e021e8

Monochromatic Colors of #e8218d

#e8218d

Complementary Color

#e8218d #21e87c

#e8218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8218d Color CSS Codes

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

#e8218d Text Font Color

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

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


#e8218d Background Color

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

This div background color is #e8218d


#e8218d Border Color

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

This div border color is #e8218d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,33,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8218d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8218d;
  -webkit-box-shadow: 1px 1px 3px 2px #e8218d;
  box-shadow:         1px 1px 3px 2px #e8218d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,33,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8218d


Comments

No comments written yet.

Please login to write comment.