Color Hex Logo

#e680bd Color Hex

#E680BD
(230,128,189)
0 Favorites   0 Comments

Color spaces of #e680bd

RGB 230128189
HSL0.900.670.70
HSV324°44°90°
CMYK 0.000.440.18   0.10
XYZ49.537635.935552.4694
Yxy35.93550.35910.2605
Hunter Lab59.946242.6007-9.9327
CIE-Lab66.470646.9024-14.6090

#e680bd color RGB value is (230,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 10111101
Octal 346 200 275
Decimal 230 128 189
Hex E6 80 BD

RGB Percentages of Color #e680bd

%42.05
%23.40
%34.55

CMYK Percentages of Color #e680bd

%0
%44
%18
%10

Triadic Colors of #e680bd

#e680bd #bde680 #80bde6

Analogous Colors of #e680bd

#e680bd #e6808a #dc80e6

Monochromatic Colors of #e680bd

#e680bd

Complementary Color

#e680bd #80e6a9

#e680bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e680bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e680bd Color CSS Codes

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

#e680bd Text Font Color

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

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


#e680bd Background Color

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

This div background color is #e680bd


#e680bd Border Color

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

This div border color is #e680bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e680bd


Comments

No comments written yet.

Please login to write comment.