Color Hex Logo

#e03fda Color Hex

#E03FDA
(224,63,218)
0 Favorites   0 Comments

Color spaces of #e03fda

RGB 22463218
HSL0.840.720.56
HSV302°72°88°
CMYK 0.000.720.03   0.12
XYZ45.172924.464368.6709
Yxy24.46430.32660.1769
Hunter Lab49.461476.4659-47.6937
CIE-Lab56.549777.4821-46.4288

#e03fda color RGB value is (224,63,218).

#e03fda hex color red value is 224, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e03fda hue: 0.84 , saturation: 0.72 and the lightness value of e03fda is 0.56.

The process color (four color CMYK) of #e03fda color hex is 0.00, 0.72, 0.03, 0.12. Web safe color of #e03fda is #cc33cc. Color #e03fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111111 11011010
Octal 340 77 332
Decimal 224 63 218
Hex E0 3F DA

RGB Percentages of Color #e03fda

%44.36
%12.48
%43.17

CMYK Percentages of Color #e03fda

%0
%72
%3
%12

Triadic Colors of #e03fda

#e03fda #dae03f #3fdae0

Analogous Colors of #e03fda

#e03fda #e03f8a #963fe0

Monochromatic Colors of #e03fda

#e03fda

Complementary Color

#e03fda #3fe045

#e03fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03fda Color CSS Codes

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

#e03fda Text Font Color

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

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


#e03fda Background Color

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

This div background color is #e03fda


#e03fda Border Color

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

This div border color is #e03fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03fda


Comments

No comments written yet.

Please login to write comment.