Color Hex Logo

#e684eb Color Hex

#E684EB
(230,132,235)
0 Favorites   0 Comments

Color spaces of #e684eb

RGB 230132235
HSL0.830.720.72
HSV297°44°92°
CMYK 0.020.440.00   0.08
XYZ55.879839.323783.2423
Yxy39.32370.31310.2204
Hunter Lab62.708649.3217-34.8082
CIE-Lab68.985152.5513-36.3505

#e684eb color RGB value is (230,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11101011
Octal 346 204 353
Decimal 230 132 235
Hex E6 84 EB

RGB Percentages of Color #e684eb

%38.53
%22.11
%39.36

CMYK Percentages of Color #e684eb

%2
%44
%0
%8

Triadic Colors of #e684eb

#e684eb #ebe684 #84ebe6

Analogous Colors of #e684eb

#e684eb #eb84bd #b384eb

Monochromatic Colors of #e684eb

#e684eb

Complementary Color

#e684eb #89eb84

#e684eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684eb Color CSS Codes

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

#e684eb Text Font Color

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

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


#e684eb Background Color

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

This div background color is #e684eb


#e684eb Border Color

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

This div border color is #e684eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684eb


Comments

No comments written yet.

Please login to write comment.