Color Hex Logo

#e681dc Color Hex

#E681DC
(230,129,220)
0 Favorites   0 Comments

Color spaces of #e681dc

RGB 230129220
HSL0.850.670.70
HSV306°44°90°
CMYK 0.000.440.04   0.10
XYZ53.401737.690872.1706
Yxy37.69080.32710.2309
Hunter Lab61.392847.8283-26.7236
CIE-Lab67.792151.4078-29.9109

#e681dc color RGB value is (230,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000001 11011100
Octal 346 201 334
Decimal 230 129 220
Hex E6 81 DC

RGB Percentages of Color #e681dc

%39.72
%22.28
%38.00

CMYK Percentages of Color #e681dc

%0
%44
%4
%10

Triadic Colors of #e681dc

#e681dc #dce681 #81dce6

Analogous Colors of #e681dc

#e681dc #e681aa #be81e6

Monochromatic Colors of #e681dc

#e681dc

Complementary Color

#e681dc #81e68b

#e681dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e681dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e681dc Color CSS Codes

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

#e681dc Text Font Color

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

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


#e681dc Background Color

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

This div background color is #e681dc


#e681dc Border Color

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

This div border color is #e681dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e681dc


Comments

No comments written yet.

Please login to write comment.