Color Hex Logo

#e681ef Color Hex

#E681EF
(230,129,239)
0 Favorites   0 Comments

Color spaces of #e681ef

RGB 230129239
HSL0.820.770.72
HSV295°46°94°
CMYK 0.040.460.00   0.06
XYZ56.063438.755586.1871
Yxy38.75550.30970.2141
Hunter Lab62.253951.8056-38.5060
CIE-Lab68.573854.7824-39.1912

#e681ef color RGB value is (230,129,239).

#e681ef hex color red value is 230, green value is 129 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e681ef hue: 0.82 , saturation: 0.77 and the lightness value of e681ef is 0.72.

The process color (four color CMYK) of #e681ef color hex is 0.04, 0.46, 0.00, 0.06. Web safe color of #e681ef is #ff99ff. Color #e681ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 11101111
Octal 346 201 357
Decimal 230 129 239
Hex E6 81 EF

RGB Percentages of Color #e681ef

%38.46
%21.57
%39.97

CMYK Percentages of Color #e681ef

%4
%46
%0
%6

Triadic Colors of #e681ef

#e681ef #efe681 #81efe6

Analogous Colors of #e681ef

#e681ef #ef81c1 #af81ef

Monochromatic Colors of #e681ef

#e681ef

Complementary Color

#e681ef #8aef81

#e681ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681ef Color CSS Codes

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

#e681ef Text Font Color

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

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


#e681ef Background Color

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

This div background color is #e681ef


#e681ef Border Color

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

This div border color is #e681ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681ef


Comments

No comments written yet.

Please login to write comment.