Color Hex Logo

#e686eb Color Hex

#E686EB
(230,134,235)
0 Favorites   0 Comments

Color spaces of #e686eb

RGB 230134235
HSL0.830.720.72
HSV297°43°92°
CMYK 0.020.430.00   0.08
XYZ56.153639.871383.3336
Yxy39.87130.31310.2223
Hunter Lab63.143748.2382-34.0471
CIE-Lab69.377851.5418-35.7403

#e686eb color RGB value is (230,134,235).

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

The process color (four color CMYK) of #e686eb color hex is 0.02, 0.43, 0.00, 0.08. Web safe color of #e686eb is #ff99ff. Color #e686eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000110 11101011
Octal 346 206 353
Decimal 230 134 235
Hex E6 86 EB

RGB Percentages of Color #e686eb

%38.40
%22.37
%39.23

CMYK Percentages of Color #e686eb

%2
%43
%0
%8

Triadic Colors of #e686eb

#e686eb #ebe686 #86ebe6

Analogous Colors of #e686eb

#e686eb #eb86be #b486eb

Monochromatic Colors of #e686eb

#e686eb

Complementary Color

#e686eb #8beb86

#e686eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e686eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e686eb Color CSS Codes

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

#e686eb Text Font Color

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

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


#e686eb Background Color

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

This div background color is #e686eb


#e686eb Border Color

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

This div border color is #e686eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e686eb


Comments

No comments written yet.

Please login to write comment.