Color Hex Logo

#e07fbe Color Hex

#E07FBE
(224,127,190)
0 Favorites   0 Comments

Color spaces of #e07fbe

RGB 224127190
HSL0.890.610.69
HSV321°43°88°
CMYK 0.000.430.15   0.12
XYZ47.624134.743752.9113
Yxy34.74370.35200.2568
Hunter Lab58.943841.0689-11.9614
CIE-Lab65.548645.6274-16.6376

#e07fbe color RGB value is (224,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 10111110
Octal 340 177 276
Decimal 224 127 190
Hex E0 7F BE

RGB Percentages of Color #e07fbe

%41.40
%23.48
%35.12

CMYK Percentages of Color #e07fbe

%0
%43
%15
%12

Triadic Colors of #e07fbe

#e07fbe #bee07f #7fbee0

Analogous Colors of #e07fbe

#e07fbe #e07f8e #d27fe0

Monochromatic Colors of #e07fbe

#e07fbe

Complementary Color

#e07fbe #7fe0a1

#e07fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07fbe Color CSS Codes

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

#e07fbe Text Font Color

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

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


#e07fbe Background Color

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

This div background color is #e07fbe


#e07fbe Border Color

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

This div border color is #e07fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07fbe


Comments

No comments written yet.

Please login to write comment.