Color Hex Logo

#e880be Color Hex

#E880BE
(232,128,190)
0 Favorites   0 Comments

Color spaces of #e880be

RGB 232128190
HSL0.900.690.71
HSV324°45°91°
CMYK 0.000.450.18   0.09
XYZ50.292136.311953.0734
Yxy36.31190.36010.2600
Hunter Lab60.259443.5212-10.0381
CIE-Lab66.757647.6982-14.7137

#e880be color RGB value is (232,128,190).

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

The process color (four color CMYK) of #e880be color hex is 0.00, 0.45, 0.18, 0.09. Web safe color of #e880be is #ff99cc. Color #e880be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 10111110
Octal 350 200 276
Decimal 232 128 190
Hex E8 80 BE

RGB Percentages of Color #e880be

%42.18
%23.27
%34.55

CMYK Percentages of Color #e880be

%0
%45
%18
%9

Triadic Colors of #e880be

#e880be #bee880 #80bee8

Analogous Colors of #e880be

#e880be #e8808a #de80e8

Monochromatic Colors of #e880be

#e880be

Complementary Color

#e880be #80e8aa

#e880be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e880be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e880be Color CSS Codes

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

#e880be Text Font Color

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

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


#e880be Background Color

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

This div background color is #e880be


#e880be Border Color

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

This div border color is #e880be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e880be


Comments

No comments written yet.

Please login to write comment.