Color Hex Logo

#e661eb Color Hex

#E661EB
(230,97,235)
0 Favorites   0 Comments

Color spaces of #e661eb

RGB 23097235
HSL0.830.780.65
HSV298°59°92°
CMYK 0.020.590.00   0.08
XYZ51.903231.370581.9168
Yxy31.37050.31420.1899
Hunter Lab56.009467.3974-47.5083
CIE-Lab62.819268.9471-46.0056

#e661eb color RGB value is (230,97,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100001 11101011
Octal 346 141 353
Decimal 230 97 235
Hex E6 61 EB

RGB Percentages of Color #e661eb

%40.93
%17.26
%41.81

CMYK Percentages of Color #e661eb

%2
%59
%0
%8

Triadic Colors of #e661eb

#e661eb #ebe661 #61ebe6

Analogous Colors of #e661eb

#e661eb #eb61ab #a161eb

Monochromatic Colors of #e661eb

#e661eb

Complementary Color

#e661eb #66eb61

#e661eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e661eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e661eb Color CSS Codes

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

#e661eb Text Font Color

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

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


#e661eb Background Color

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

This div background color is #e661eb


#e661eb Border Color

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

This div border color is #e661eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e661eb


Comments

No comments written yet.

Please login to write comment.