Color Hex Logo

#e659bd Color Hex

#E659BD
(230,89,189)
0 Favorites   0 Comments

Color spaces of #e659bd

RGB 23089189
HSL0.880.740.63
HSV317°61°90°
CMYK 0.000.610.18   0.10
XYZ45.390827.641951.0872
Yxy27.64190.36570.2227
Hunter Lab52.575662.0997-20.8087
CIE-Lab59.563865.1166-25.1281

#e659bd color RGB value is (230,89,189).

#e659bd hex color red value is 230, green value is 89 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e659bd hue: 0.88 , saturation: 0.74 and the lightness value of e659bd is 0.63.

The process color (four color CMYK) of #e659bd color hex is 0.00, 0.61, 0.18, 0.10. Web safe color of #e659bd is #ff66cc. Color #e659bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011001 10111101
Octal 346 131 275
Decimal 230 89 189
Hex E6 59 BD

RGB Percentages of Color #e659bd

%45.28
%17.52
%37.20

CMYK Percentages of Color #e659bd

%0
%61
%18
%10

Triadic Colors of #e659bd

#e659bd #bde659 #59bde6

Analogous Colors of #e659bd

#e659bd #e65977 #c959e6

Monochromatic Colors of #e659bd

#e659bd

Complementary Color

#e659bd #59e682

#e659bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e659bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e659bd Color CSS Codes

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

#e659bd Text Font Color

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

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


#e659bd Background Color

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

This div background color is #e659bd


#e659bd Border Color

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

This div border color is #e659bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,89,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 #e659bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e659bd


Comments

No comments written yet.

Please login to write comment.