Color Hex Logo

#e813d1 Color Hex

#E813D1
(232,19,209)
0 Favorites   0 Comments

Color spaces of #e813d1

RGB 23219209
HSL0.850.850.49
HSV306°92°91°
CMYK 0.000.920.10   0.09
XYZ45.020222.225062.2386
Yxy22.22500.34770.1716
Hunter Lab47.143487.9599-45.2741
CIE-Lab54.264986.8901-44.8364

#e813d1 color RGB value is (232,19,209).

#e813d1 hex color red value is 232, green value is 19 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #e813d1 hue: 0.85 , saturation: 0.85 and the lightness value of e813d1 is 0.49.

The process color (four color CMYK) of #e813d1 color hex is 0.00, 0.92, 0.10, 0.09. Web safe color of #e813d1 is #ff00cc. Color #e813d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 11010001
Octal 350 23 321
Decimal 232 19 209
Hex E8 13 D1

RGB Percentages of Color #e813d1

%50.43
%4.13
%45.43

CMYK Percentages of Color #e813d1

%0
%92
%10
%9

Triadic Colors of #e813d1

#e813d1 #d1e813 #13d1e8

Analogous Colors of #e813d1

#e813d1 #e81367 #9513e8

Monochromatic Colors of #e813d1

#e813d1

Complementary Color

#e813d1 #13e82a

#e813d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e813d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e813d1 Color CSS Codes

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

#e813d1 Text Font Color

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

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


#e813d1 Background Color

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

This div background color is #e813d1


#e813d1 Border Color

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

This div border color is #e813d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e813d1


Comments

No comments written yet.

Please login to write comment.