Color Hex Logo

#e061ee Color Hex

#E061EE
(224,97,238)
0 Favorites   0 Comments

Color spaces of #e061ee

RGB 22497238
HSL0.820.810.66
HSV294°59°93°
CMYK 0.060.590.00   0.07
XYZ50.447830.569784.1306
Yxy30.56970.30550.1851
Hunter Lab55.289966.1104-51.5144
CIE-Lab62.142768.0067-48.7960

#e061ee color RGB value is (224,97,238).

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

The process color (four color CMYK) of #e061ee color hex is 0.06, 0.59, 0.00, 0.07. Web safe color of #e061ee is #cc66ff. Color #e061ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 11101110
Octal 340 141 356
Decimal 224 97 238
Hex E0 61 EE

RGB Percentages of Color #e061ee

%40.07
%17.35
%42.58

CMYK Percentages of Color #e061ee

%6
%59
%0
%7

Triadic Colors of #e061ee

#e061ee #eee061 #61eee0

Analogous Colors of #e061ee

#e061ee #ee61b6 #9a61ee

Monochromatic Colors of #e061ee

#e061ee

Complementary Color

#e061ee #6fee61

#e061ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061ee Color CSS Codes

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

#e061ee Text Font Color

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

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


#e061ee Background Color

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

This div background color is #e061ee


#e061ee Border Color

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

This div border color is #e061ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061ee


Comments

No comments written yet.

Please login to write comment.