Color Hex Logo

#e681dd Color Hex

#E681DD
(230,129,221)
0 Favorites   0 Comments

Color spaces of #e681dd

RGB 230129221
HSL0.850.670.70
HSV305°44°90°
CMYK 0.000.440.04   0.10
XYZ53.534537.744072.8703
Yxy37.74400.32610.2299
Hunter Lab61.436148.0289-27.3194
CIE-Lab67.831551.5797-30.4047

#e681dd color RGB value is (230,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 11011101
Octal 346 201 335
Decimal 230 129 221
Hex E6 81 DD

RGB Percentages of Color #e681dd

%39.66
%22.24
%38.10

CMYK Percentages of Color #e681dd

%0
%44
%4
%10

Triadic Colors of #e681dd

#e681dd #dde681 #81dde6

Analogous Colors of #e681dd

#e681dd #e681ab #bd81e6

Monochromatic Colors of #e681dd

#e681dd

Complementary Color

#e681dd #81e68a

#e681dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681dd Color CSS Codes

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

#e681dd Text Font Color

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

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


#e681dd Background Color

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

This div background color is #e681dd


#e681dd Border Color

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

This div border color is #e681dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681dd


Comments

No comments written yet.

Please login to write comment.