Color Hex Logo

#e061f2 Color Hex

#E061F2
(224,97,242)
0 Favorites   0 Comments

Color spaces of #e061f2

RGB 22497242
HSL0.810.850.66
HSV293°60°95°
CMYK 0.070.600.00   0.05
XYZ51.042230.807587.2606
Yxy30.80750.30180.1822
Hunter Lab55.504567.0165-54.3588
CIE-Lab62.344868.7194-50.6958

#e061f2 color RGB value is (224,97,242).

#e061f2 hex color red value is 224, green value is 97 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e061f2 hue: 0.81 , saturation: 0.85 and the lightness value of e061f2 is 0.66.

The process color (four color CMYK) of #e061f2 color hex is 0.07, 0.60, 0.00, 0.05. Web safe color of #e061f2 is #cc66ff. Color #e061f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 11110010
Octal 340 141 362
Decimal 224 97 242
Hex E0 61 F2

RGB Percentages of Color #e061f2

%39.79
%17.23
%42.98

CMYK Percentages of Color #e061f2

%7
%60
%0
%5

Triadic Colors of #e061f2

#e061f2 #f2e061 #61f2e0

Analogous Colors of #e061f2

#e061f2 #f261bc #9861f2

Monochromatic Colors of #e061f2

#e061f2

Complementary Color

#e061f2 #73f261

#e061f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061f2 Color CSS Codes

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

#e061f2 Text Font Color

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

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


#e061f2 Background Color

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

This div background color is #e061f2


#e061f2 Border Color

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

This div border color is #e061f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061f2


Comments

No comments written yet.

Please login to write comment.