Color Hex Logo

#e684ff Color Hex

#E684FF
(230,132,255)
0 Favorites   0 Comments

Color spaces of #e684ff

RGB 230132255
HSL0.801.000.76
HSV288°48°100°
CMYK 0.100.480.00   0.00
XYZ58.934440.545599.3276
Yxy40.54550.29640.2039
Hunter Lab63.675353.7779-47.9141
CIE-Lab69.856356.2933-45.9413

#e684ff color RGB value is (230,132,255).

#e684ff hex color red value is 230, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e684ff hue: 0.80 , saturation: 1.00 and the lightness value of e684ff is 0.76.

The process color (four color CMYK) of #e684ff color hex is 0.10, 0.48, 0.00, 0.00. Web safe color of #e684ff is #ff99ff. Color #e684ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11111111
Octal 346 204 377
Decimal 230 132 255
Hex E6 84 FF

RGB Percentages of Color #e684ff

%37.28
%21.39
%41.33

CMYK Percentages of Color #e684ff

%10
%48
%0
%0

Triadic Colors of #e684ff

#e684ff #ffe684 #84ffe6

Analogous Colors of #e684ff

#e684ff #ff84db #a984ff

Monochromatic Colors of #e684ff

#e684ff

Complementary Color

#e684ff #9dff84

#e684ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684ff Color CSS Codes

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

#e684ff Text Font Color

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

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


#e684ff Background Color

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

This div background color is #e684ff


#e684ff Border Color

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

This div border color is #e684ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684ff


Comments

No comments written yet.

Please login to write comment.