Color Hex Logo

#e680de Color Hex

#E680DE
(230,128,222)
0 Favorites   0 Comments

Color spaces of #e680de

RGB 230128222
HSL0.850.670.70
HSV305°44°90°
CMYK 0.000.440.03   0.10
XYZ53.537137.535373.5306
Yxy37.53530.32520.2280
Hunter Lab61.266148.7659-28.2727
CIE-Lab67.676752.2536-31.1984

#e680de color RGB value is (230,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 11011110
Octal 346 200 336
Decimal 230 128 222
Hex E6 80 DE

RGB Percentages of Color #e680de

%39.66
%22.07
%38.28

CMYK Percentages of Color #e680de

%0
%44
%3
%10

Triadic Colors of #e680de

#e680de #dee680 #80dee6

Analogous Colors of #e680de

#e680de #e680ab #bb80e6

Monochromatic Colors of #e680de

#e680de

Complementary Color

#e680de #80e688

#e680de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680de Color CSS Codes

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

#e680de Text Font Color

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

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


#e680de Background Color

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

This div background color is #e680de


#e680de Border Color

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

This div border color is #e680de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680de


Comments

No comments written yet.

Please login to write comment.