Color Hex Logo

#e681ea Color Hex

#E681EA
(230,129,234)
0 Favorites   0 Comments

Color spaces of #e681ea

RGB 230129234
HSL0.830.710.71
HSV298°45°92°
CMYK 0.020.450.00   0.08
XYZ55.334738.464082.3497
Yxy38.46400.31410.2184
Hunter Lab62.019450.7268-35.3121
CIE-Lab68.361253.8740-36.7702

#e681ea color RGB value is (230,129,234).

#e681ea hex color red value is 230, green value is 129 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e681ea hue: 0.83 , saturation: 0.71 and the lightness value of e681ea is 0.71.

The process color (four color CMYK) of #e681ea color hex is 0.02, 0.45, 0.00, 0.08. Web safe color of #e681ea is #ff99ff. Color #e681ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 11101010
Octal 346 201 352
Decimal 230 129 234
Hex E6 81 EA

RGB Percentages of Color #e681ea

%38.79
%21.75
%39.46

CMYK Percentages of Color #e681ea

%2
%45
%0
%8

Triadic Colors of #e681ea

#e681ea #eae681 #81eae6

Analogous Colors of #e681ea

#e681ea #ea81ba #b281ea

Monochromatic Colors of #e681ea

#e681ea

Complementary Color

#e681ea #85ea81

#e681ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681ea Color CSS Codes

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

#e681ea Text Font Color

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

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


#e681ea Background Color

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

This div background color is #e681ea


#e681ea Border Color

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

This div border color is #e681ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681ea


Comments

No comments written yet.

Please login to write comment.