Color Hex Logo

#e480bd Color Hex

#E480BD
(228,128,189)
0 Favorites   0 Comments

Color spaces of #e480bd

RGB 228128189
HSL0.900.650.70
HSV323°44°89°
CMYK 0.000.440.17   0.11
XYZ48.899435.606452.4396
Yxy35.60640.35710.2600
Hunter Lab59.671141.8531-10.3349
CIE-Lab66.218146.2555-15.0147

#e480bd color RGB value is (228,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 10111101
Octal 344 200 275
Decimal 228 128 189
Hex E4 80 BD

RGB Percentages of Color #e480bd

%41.83
%23.49
%34.68

CMYK Percentages of Color #e480bd

%0
%44
%17
%11

Triadic Colors of #e480bd

#e480bd #bde480 #80bde4

Analogous Colors of #e480bd

#e480bd #e4808b #d980e4

Monochromatic Colors of #e480bd

#e480bd

Complementary Color

#e480bd #80e4a7

#e480bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480bd Color CSS Codes

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

#e480bd Text Font Color

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

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


#e480bd Background Color

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

This div background color is #e480bd


#e480bd Border Color

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

This div border color is #e480bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480bd


Comments

No comments written yet.

Please login to write comment.