Color Hex Logo

#e03dfa Color Hex

#E03DFA
(224,61,250)
0 Favorites   0 Comments

Color spaces of #e03dfa

RGB 22461250
HSL0.810.950.61
HSV292°76°98°
CMYK 0.100.760.00   0.02
XYZ49.664526.086992.8601
Yxy26.08690.29450.1547
Hunter Lab51.075384.1875-72.0424
CIE-Lab58.119483.2421-61.8725

#e03dfa color RGB value is (224,61,250).

#e03dfa hex color red value is 224, green value is 61 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e03dfa hue: 0.81 , saturation: 0.95 and the lightness value of e03dfa is 0.61.

The process color (four color CMYK) of #e03dfa color hex is 0.10, 0.76, 0.00, 0.02. Web safe color of #e03dfa is #cc33ff. Color #e03dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 11111010
Octal 340 75 372
Decimal 224 61 250
Hex E0 3D FA

RGB Percentages of Color #e03dfa

%41.87
%11.40
%46.73

CMYK Percentages of Color #e03dfa

%10
%76
%0
%2

Triadic Colors of #e03dfa

#e03dfa #fae03d #3dfae0

Analogous Colors of #e03dfa

#e03dfa #fa3db6 #823dfa

Monochromatic Colors of #e03dfa

#e03dfa

Complementary Color

#e03dfa #57fa3d

#e03dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dfa Color CSS Codes

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

#e03dfa Text Font Color

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

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


#e03dfa Background Color

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

This div background color is #e03dfa


#e03dfa Border Color

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

This div border color is #e03dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.