Color Hex Logo

#e681ce Color Hex

#E681CE
(230,129,206)
0 Favorites   0 Comments

Color spaces of #e681ce

RGB 230129206
HSL0.870.670.70
HSV314°44°90°
CMYK 0.000.440.10   0.10
XYZ51.624036.979762.8094
Yxy36.97970.34090.2442
Hunter Lab60.810945.1142-18.6708
CIE-Lab67.261849.0637-22.9339

#e681ce color RGB value is (230,129,206).

#e681ce hex color red value is 230, green value is 129 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e681ce hue: 0.87 , saturation: 0.67 and the lightness value of e681ce is 0.70.

The process color (four color CMYK) of #e681ce color hex is 0.00, 0.44, 0.10, 0.10. Web safe color of #e681ce is #ff99cc. Color #e681ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 11001110
Octal 346 201 316
Decimal 230 129 206
Hex E6 81 CE

RGB Percentages of Color #e681ce

%40.71
%22.83
%36.46

CMYK Percentages of Color #e681ce

%0
%44
%10
%10

Triadic Colors of #e681ce

#e681ce #cee681 #81cee6

Analogous Colors of #e681ce

#e681ce #e6819c #cc81e6

Monochromatic Colors of #e681ce

#e681ce

Complementary Color

#e681ce #81e699

#e681ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681ce Color CSS Codes

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

#e681ce Text Font Color

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

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


#e681ce Background Color

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

This div background color is #e681ce


#e681ce Border Color

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

This div border color is #e681ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681ce


Comments

No comments written yet.

Please login to write comment.