Color Hex Logo

#e680b5 Color Hex

#E680B5
(230,128,181)
0 Favorites   0 Comments

Color spaces of #e680b5

RGB 230128181
HSL0.910.670.70
HSV329°44°90°
CMYK 0.000.440.21   0.10
XYZ48.692835.597548.0207
Yxy35.59750.36800.2690
Hunter Lab59.663641.2664-5.9554
CIE-Lab66.211245.7200-10.4932

#e680b5 color RGB value is (230,128,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 10110101
Octal 346 200 265
Decimal 230 128 181
Hex E6 80 B5

RGB Percentages of Color #e680b5

%42.67
%23.75
%33.58

CMYK Percentages of Color #e680b5

%0
%44
%21
%10

Triadic Colors of #e680b5

#e680b5 #b5e680 #80b5e6

Analogous Colors of #e680b5

#e680b5 #e68082 #e480e6

Monochromatic Colors of #e680b5

#e680b5

Complementary Color

#e680b5 #80e6b1

#e680b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680b5 Color CSS Codes

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

#e680b5 Text Font Color

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

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


#e680b5 Background Color

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

This div background color is #e680b5


#e680b5 Border Color

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

This div border color is #e680b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680b5


Comments

No comments written yet.

Please login to write comment.