Color Hex Logo

#e687fc Color Hex

#E687FC
(230,135,252)
0 Favorites   0 Comments

Color spaces of #e687fc

RGB 230135252
HSL0.800.950.76
HSV289°46°99°
CMYK 0.090.460.00   0.01
XYZ58.867841.179296.9412
Yxy41.17920.29880.2090
Hunter Lab64.171051.4491-44.6479
CIE-Lab70.301354.2146-43.6081

#e687fc color RGB value is (230,135,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 11111100
Octal 346 207 374
Decimal 230 135 252
Hex E6 87 FC

RGB Percentages of Color #e687fc

%37.28
%21.88
%40.84

CMYK Percentages of Color #e687fc

%9
%46
%0
%1

Triadic Colors of #e687fc

#e687fc #fce687 #87fce6

Analogous Colors of #e687fc

#e687fc #fc87d8 #ac87fc

Monochromatic Colors of #e687fc

#e687fc

Complementary Color

#e687fc #9dfc87

#e687fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e687fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e687fc Color CSS Codes

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

#e687fc Text Font Color

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

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


#e687fc Background Color

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

This div background color is #e687fc


#e687fc Border Color

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

This div border color is #e687fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e687fc


Comments

No comments written yet.

Please login to write comment.