Color Hex Logo

#e662eb Color Hex

#E662EB
(230,98,235)
0 Favorites   0 Comments

Color spaces of #e662eb

RGB 23098235
HSL0.830.770.65
HSV298°58°92°
CMYK 0.020.580.00   0.08
XYZ51.996231.556581.9478
Yxy31.55650.31420.1907
Hunter Lab56.175266.9145-47.1691
CIE-Lab62.974668.5209-45.7605

#e662eb color RGB value is (230,98,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 11101011
Octal 346 142 353
Decimal 230 98 235
Hex E6 62 EB

RGB Percentages of Color #e662eb

%40.85
%17.41
%41.74

CMYK Percentages of Color #e662eb

%2
%58
%0
%8

Triadic Colors of #e662eb

#e662eb #ebe662 #62ebe6

Analogous Colors of #e662eb

#e662eb #eb62ac #a262eb

Monochromatic Colors of #e662eb

#e662eb

Complementary Color

#e662eb #67eb62

#e662eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e662eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e662eb Color CSS Codes

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

#e662eb Text Font Color

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

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


#e662eb Background Color

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

This div background color is #e662eb


#e662eb Border Color

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

This div border color is #e662eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,98,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e662eb


Comments

No comments written yet.

Please login to write comment.