Color Hex Logo

#e480be Color Hex

#E480BE
(228,128,190)
0 Favorites   0 Comments

Color spaces of #e480be

RGB 228128190
HSL0.900.650.70
HSV323°44°89°
CMYK 0.000.440.17   0.11
XYZ49.008335.650053.0133
Yxy35.65000.35600.2589
Hunter Lab59.707642.0253-10.8472
CIE-Lab66.251646.4081-15.5265

#e480be color RGB value is (228,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 10111110
Octal 344 200 276
Decimal 228 128 190
Hex E4 80 BE

RGB Percentages of Color #e480be

%41.76
%23.44
%34.80

CMYK Percentages of Color #e480be

%0
%44
%17
%11

Triadic Colors of #e480be

#e480be #bee480 #80bee4

Analogous Colors of #e480be

#e480be #e4808c #d880e4

Monochromatic Colors of #e480be

#e480be

Complementary Color

#e480be #80e4a6

#e480be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e480be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e480be Color CSS Codes

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

#e480be Text Font Color

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

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


#e480be Background Color

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

This div background color is #e480be


#e480be Border Color

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

This div border color is #e480be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e480be


Comments

No comments written yet.

Please login to write comment.