Color Hex Logo

#e684ea Color Hex

#E684EA
(230,132,234)
0 Favorites   0 Comments

Color spaces of #e684ea

RGB 230132234
HSL0.830.710.72
HSV298°44°92°
CMYK 0.020.440.00   0.08
XYZ55.735739.266082.4834
Yxy39.26600.31400.2212
Hunter Lab62.662649.1086-34.1802
CIE-Lab68.943552.3702-35.8648

#e684ea color RGB value is (230,132,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11101010
Octal 346 204 352
Decimal 230 132 234
Hex E6 84 EA

RGB Percentages of Color #e684ea

%38.59
%22.15
%39.26

CMYK Percentages of Color #e684ea

%2
%44
%0
%8

Triadic Colors of #e684ea

#e684ea #eae684 #84eae6

Analogous Colors of #e684ea

#e684ea #ea84bb #b384ea

Monochromatic Colors of #e684ea

#e684ea

Complementary Color

#e684ea #88ea84

#e684ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684ea Color CSS Codes

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

#e684ea Text Font Color

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

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


#e684ea Background Color

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

This div background color is #e684ea


#e684ea Border Color

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

This div border color is #e684ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684ea


Comments

No comments written yet.

Please login to write comment.