Color Hex Logo

#e684fc Color Hex

#E684FC
(230,132,252)
0 Favorites   0 Comments

Color spaces of #e684fc

RGB 230132252
HSL0.800.950.75
HSV289°48°99°
CMYK 0.090.480.00   0.01
XYZ58.455140.353896.8036
Yxy40.35380.29880.2063
Hunter Lab63.524653.0868-45.8833
CIE-Lab69.720855.7185-44.5179

#e684fc color RGB value is (230,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000100 11111100
Octal 346 204 374
Decimal 230 132 252
Hex E6 84 FC

RGB Percentages of Color #e684fc

%37.46
%21.50
%41.04

CMYK Percentages of Color #e684fc

%9
%48
%0
%1

Triadic Colors of #e684fc

#e684fc #fce684 #84fce6

Analogous Colors of #e684fc

#e684fc #fc84d6 #aa84fc

Monochromatic Colors of #e684fc

#e684fc

Complementary Color

#e684fc #9afc84

#e684fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e684fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e684fc Color CSS Codes

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

#e684fc Text Font Color

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

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


#e684fc Background Color

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

This div background color is #e684fc


#e684fc Border Color

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

This div border color is #e684fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e684fc


Comments

No comments written yet.

Please login to write comment.