Color Hex Logo

#e080bf Color Hex

#E080BF
(224,128,191)
0 Favorites   0 Comments

Color spaces of #e080bf

RGB 224128191
HSL0.890.610.69
HSV321°43°88°
CMYK 0.000.430.15   0.12
XYZ47.863635.047253.5323
Yxy35.04720.35080.2569
Hunter Lab59.200740.7156-12.1726
CIE-Lab65.785445.2714-16.8422

#e080bf color RGB value is (224,128,191).

#e080bf hex color red value is 224, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e080bf hue: 0.89 , saturation: 0.61 and the lightness value of e080bf is 0.69.

The process color (four color CMYK) of #e080bf color hex is 0.00, 0.43, 0.15, 0.12. Web safe color of #e080bf is #cc99cc. Color #e080bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000000 10111111
Octal 340 200 277
Decimal 224 128 191
Hex E0 80 BF

RGB Percentages of Color #e080bf

%41.25
%23.57
%35.17

CMYK Percentages of Color #e080bf

%0
%43
%15
%12

Triadic Colors of #e080bf

#e080bf #bfe080 #80bfe0

Analogous Colors of #e080bf

#e080bf #e0808f #d180e0

Monochromatic Colors of #e080bf

#e080bf

Complementary Color

#e080bf #80e0a1

#e080bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e080bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e080bf Color CSS Codes

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

#e080bf Text Font Color

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

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


#e080bf Background Color

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

This div background color is #e080bf


#e080bf Border Color

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

This div border color is #e080bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e080bf


Comments

No comments written yet.

Please login to write comment.