Color Hex Logo

#e03efa Color Hex

#E03EFA
(224,62,250)
0 Favorites   0 Comments

Color spaces of #e03efa

RGB 22462250
HSL0.810.950.61
HSV292°75°98°
CMYK 0.100.750.00   0.02
XYZ49.718426.194792.8781
Yxy26.19470.29460.1552
Hunter Lab51.180883.8335-71.7675
CIE-Lab58.221482.9483-61.7090

#e03efa color RGB value is (224,62,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111110 11111010
Octal 340 76 372
Decimal 224 62 250
Hex E0 3E FA

RGB Percentages of Color #e03efa

%41.79
%11.57
%46.64

CMYK Percentages of Color #e03efa

%10
%75
%0
%2

Triadic Colors of #e03efa

#e03efa #fae03e #3efae0

Analogous Colors of #e03efa

#e03efa #fa3eb6 #823efa

Monochromatic Colors of #e03efa

#e03efa

Complementary Color

#e03efa #58fa3e

#e03efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03efa Color CSS Codes

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

#e03efa Text Font Color

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

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


#e03efa Background Color

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

This div background color is #e03efa


#e03efa Border Color

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

This div border color is #e03efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03efa


Comments

No comments written yet.

Please login to write comment.