Color Hex Logo

#e423da Color Hex

#E423DA
(228,35,218)
0 Favorites   0 Comments

Color spaces of #e423da

RGB 22835218
HSL0.840.780.52
HSV303°85°89°
CMYK 0.000.850.04   0.11
XYZ45.250822.758068.3374
Yxy22.75800.33190.1669
Hunter Lab47.705385.8314-51.5386
CIE-Lab54.822285.1524-49.1292

#e423da color RGB value is (228,35,218).

#e423da hex color red value is 228, green value is 35 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e423da hue: 0.84 , saturation: 0.78 and the lightness value of e423da is 0.52.

The process color (four color CMYK) of #e423da color hex is 0.00, 0.85, 0.04, 0.11. Web safe color of #e423da is #cc33cc. Color #e423da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100011 11011010
Octal 344 43 332
Decimal 228 35 218
Hex E4 23 DA

RGB Percentages of Color #e423da

%47.40
%7.28
%45.32

CMYK Percentages of Color #e423da

%0
%85
%4
%11

Triadic Colors of #e423da

#e423da #dae423 #23dae4

Analogous Colors of #e423da

#e423da #e4237a #8e23e4

Monochromatic Colors of #e423da

#e423da

Complementary Color

#e423da #23e42d

#e423da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e423da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e423da Color CSS Codes

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

#e423da Text Font Color

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

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


#e423da Background Color

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

This div background color is #e423da


#e423da Border Color

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

This div border color is #e423da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e423da


Comments

No comments written yet.

Please login to write comment.