Color Hex Logo

#e43daa Color Hex

#E43DAA
(228,61,170)
0 Favorites   0 Comments

Color spaces of #e43daa

RGB 22861170
HSL0.890.760.57
HSV321°73°89°
CMYK 0.000.730.25   0.11
XYZ40.919422.733740.2616
Yxy22.73370.39380.2188
Hunter Lab47.679969.7509-16.6895
CIE-Lab54.797072.3841-21.4875

#e43daa color RGB value is (228,61,170).

#e43daa hex color red value is 228, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e43daa hue: 0.89 , saturation: 0.76 and the lightness value of e43daa is 0.57.

The process color (four color CMYK) of #e43daa color hex is 0.00, 0.73, 0.25, 0.11. Web safe color of #e43daa is #cc3399. Color #e43daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00111101 10101010
Octal 344 75 252
Decimal 228 61 170
Hex E4 3D AA

RGB Percentages of Color #e43daa

%49.67
%13.29
%37.04

CMYK Percentages of Color #e43daa

%0
%73
%25
%11

Triadic Colors of #e43daa

#e43daa #aae43d #3daae4

Analogous Colors of #e43daa

#e43daa #e43d56 #cb3de4

Monochromatic Colors of #e43daa

#e43daa

Complementary Color

#e43daa #3de477

#e43daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e43daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e43daa Color CSS Codes

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

#e43daa Text Font Color

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

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


#e43daa Background Color

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

This div background color is #e43daa


#e43daa Border Color

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

This div border color is #e43daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e43daa


Comments

No comments written yet.

Please login to write comment.