Color Hex Logo

#e662ea Color Hex

#E662EA
(230,98,234)
0 Favorites   0 Comments

Color spaces of #e662ea

RGB 23098234
HSL0.830.760.65
HSV298°58°92°
CMYK 0.020.580.00   0.08
XYZ51.852131.498981.1889
Yxy31.49890.31510.1914
Hunter Lab56.123966.6970-46.4823
CIE-Lab62.926568.3501-45.2800

#e662ea color RGB value is (230,98,234).

#e662ea hex color red value is 230, green value is 98 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e662ea hue: 0.83 , saturation: 0.76 and the lightness value of e662ea is 0.65.

The process color (four color CMYK) of #e662ea color hex is 0.02, 0.58, 0.00, 0.08. Web safe color of #e662ea is #ff66ff. Color #e662ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 11101010
Octal 346 142 352
Decimal 230 98 234
Hex E6 62 EA

RGB Percentages of Color #e662ea

%40.93
%17.44
%41.64

CMYK Percentages of Color #e662ea

%2
%58
%0
%8

Triadic Colors of #e662ea

#e662ea #eae662 #62eae6

Analogous Colors of #e662ea

#e662ea #ea62aa #a262ea

Monochromatic Colors of #e662ea

#e662ea

Complementary Color

#e662ea #66ea62

#e662ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e662ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e662ea Color CSS Codes

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

#e662ea Text Font Color

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

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


#e662ea Background Color

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

This div background color is #e662ea


#e662ea Border Color

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

This div border color is #e662ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e662ea


Comments

No comments written yet.

Please login to write comment.