Color Hex Logo

#e680ba Color Hex

#E680BA
(230,128,186)
0 Favorites   0 Comments

Color spaces of #e680ba

RGB 230128186
HSL0.910.670.70
HSV326°44°90°
CMYK 0.000.440.19   0.10
XYZ49.215235.806550.7718
Yxy35.80650.36240.2637
Hunter Lab59.838542.0929-8.4194
CIE-Lab66.371846.4535-13.0698

#e680ba color RGB value is (230,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 10111010
Octal 346 200 272
Decimal 230 128 186
Hex E6 80 BA

RGB Percentages of Color #e680ba

%42.28
%23.53
%34.19

CMYK Percentages of Color #e680ba

%0
%44
%19
%10

Triadic Colors of #e680ba

#e680ba #bae680 #80bae6

Analogous Colors of #e680ba

#e680ba #e68087 #df80e6

Monochromatic Colors of #e680ba

#e680ba

Complementary Color

#e680ba #80e6ac

#e680ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680ba Color CSS Codes

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

#e680ba Text Font Color

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

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


#e680ba Background Color

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

This div background color is #e680ba


#e680ba Border Color

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

This div border color is #e680ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680ba


Comments

No comments written yet.

Please login to write comment.