Color Hex Logo

#e681fc Color Hex

#E681FC
(230,129,252)
0 Favorites   0 Comments

Color spaces of #e681fc

RGB 230129252
HSL0.800.950.75
HSV289°49°99°
CMYK 0.090.490.00   0.01
XYZ58.054139.551896.6699
Yxy39.55180.29880.2036
Hunter Lab62.890254.7158-47.1128
CIE-Lab69.149157.2081-45.4150

#e681fc color RGB value is (230,129,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 11111100
Octal 346 201 374
Decimal 230 129 252
Hex E6 81 FC

RGB Percentages of Color #e681fc

%37.64
%21.11
%41.24

CMYK Percentages of Color #e681fc

%9
%49
%0
%1

Triadic Colors of #e681fc

#e681fc #fce681 #81fce6

Analogous Colors of #e681fc

#e681fc #fc81d5 #a981fc

Monochromatic Colors of #e681fc

#e681fc

Complementary Color

#e681fc #97fc81

#e681fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681fc Color CSS Codes

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

#e681fc Text Font Color

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

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


#e681fc Background Color

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

This div background color is #e681fc


#e681fc Border Color

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

This div border color is #e681fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681fc


Comments

No comments written yet.

Please login to write comment.