Color Hex Logo

#e490bd Color Hex

#E490BD
(228,144,189)
0 Favorites   0 Comments

Color spaces of #e490bd

RGB 228144189
HSL0.910.610.73
HSV328°37°89°
CMYK 0.000.370.17   0.11
XYZ51.153540.114653.1909
Yxy40.11460.35410.2777
Hunter Lab63.336133.3277-5.4577
CIE-Lab69.551137.9530-10.0133

#e490bd color RGB value is (228,144,189).

#e490bd hex color red value is 228, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e490bd hue: 0.91 , saturation: 0.61 and the lightness value of e490bd is 0.73.

The process color (four color CMYK) of #e490bd color hex is 0.00, 0.37, 0.17, 0.11. Web safe color of #e490bd is #cc99cc. Color #e490bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 10111101
Octal 344 220 275
Decimal 228 144 189
Hex E4 90 BD

RGB Percentages of Color #e490bd

%40.64
%25.67
%33.69

CMYK Percentages of Color #e490bd

%0
%37
%17
%11

Triadic Colors of #e490bd

#e490bd #bde490 #90bde4

Analogous Colors of #e490bd

#e490bd #e49093 #e190e4

Monochromatic Colors of #e490bd

#e490bd

Complementary Color

#e490bd #90e4b7

#e490bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490bd Color CSS Codes

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

#e490bd Text Font Color

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

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


#e490bd Background Color

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

This div background color is #e490bd


#e490bd Border Color

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

This div border color is #e490bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490bd


Comments

No comments written yet.

Please login to write comment.