Color Hex Logo

#e065ea Color Hex

#E065EA
(224,101,234)
0 Favorites   0 Comments

Color spaces of #e065ea

RGB 224101234
HSL0.820.760.66
HSV295°57°92°
CMYK 0.040.570.00   0.08
XYZ50.245431.095281.1956
Yxy31.09520.30910.1913
Hunter Lab55.763163.2523-47.2969
CIE-Lab62.587965.5455-45.8689

#e065ea color RGB value is (224,101,234).

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

The process color (four color CMYK) of #e065ea color hex is 0.04, 0.57, 0.00, 0.08. Web safe color of #e065ea is #cc66ff. Color #e065ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100101 11101010
Octal 340 145 352
Decimal 224 101 234
Hex E0 65 EA

RGB Percentages of Color #e065ea

%40.07
%18.07
%41.86

CMYK Percentages of Color #e065ea

%4
%57
%0
%8

Triadic Colors of #e065ea

#e065ea #eae065 #65eae0

Analogous Colors of #e065ea

#e065ea #ea65b2 #9e65ea

Monochromatic Colors of #e065ea

#e065ea

Complementary Color

#e065ea #6fea65

#e065ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e065ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e065ea Color CSS Codes

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

#e065ea Text Font Color

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

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


#e065ea Background Color

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

This div background color is #e065ea


#e065ea Border Color

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

This div border color is #e065ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e065ea


Comments

No comments written yet.

Please login to write comment.