Color Hex Logo

#e668eb Color Hex

#E668EB
(230,104,235)
0 Favorites   0 Comments

Color spaces of #e668eb

RGB 230104235
HSL0.830.770.66
HSV298°56°92°
CMYK 0.020.560.00   0.08
XYZ52.578832.721882.1420
Yxy32.72180.31400.1954
Hunter Lab57.203063.9652-45.0968
CIE-Lab63.935065.9030-44.2482

#e668eb color RGB value is (230,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101000 11101011
Octal 346 150 353
Decimal 230 104 235
Hex E6 68 EB

RGB Percentages of Color #e668eb

%40.42
%18.28
%41.30

CMYK Percentages of Color #e668eb

%2
%56
%0
%8

Triadic Colors of #e668eb

#e668eb #ebe668 #68ebe6

Analogous Colors of #e668eb

#e668eb #eb68af #a568eb

Monochromatic Colors of #e668eb

#e668eb

Complementary Color

#e668eb #6deb68

#e668eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e668eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e668eb Color CSS Codes

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

#e668eb Text Font Color

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

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


#e668eb Background Color

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

This div background color is #e668eb


#e668eb Border Color

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

This div border color is #e668eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e668eb


Comments

No comments written yet.

Please login to write comment.