Color Hex Logo

#e64fbe Color Hex

#E64FBE
(230,79,190)
0 Favorites   0 Comments

Color spaces of #e64fbe

RGB 23079190
HSL0.880.750.61
HSV316°66°90°
CMYK 0.000.660.17   0.10
XYZ44.723426.132751.4021
Yxy26.13270.36580.2138
Hunter Lab51.120266.7037-23.8329
CIE-Lab58.162869.2306-27.8624

#e64fbe color RGB value is (230,79,190).

#e64fbe hex color red value is 230, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e64fbe hue: 0.88 , saturation: 0.75 and the lightness value of e64fbe is 0.61.

The process color (four color CMYK) of #e64fbe color hex is 0.00, 0.66, 0.17, 0.10. Web safe color of #e64fbe is #ff66cc. Color #e64fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001111 10111110
Octal 346 117 276
Decimal 230 79 190
Hex E6 4F BE

RGB Percentages of Color #e64fbe

%46.09
%15.83
%38.08

CMYK Percentages of Color #e64fbe

%0
%66
%17
%10

Triadic Colors of #e64fbe

#e64fbe #bee64f #4fbee6

Analogous Colors of #e64fbe

#e64fbe #e64f73 #c34fe6

Monochromatic Colors of #e64fbe

#e64fbe

Complementary Color

#e64fbe #4fe677

#e64fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64fbe Color CSS Codes

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

#e64fbe Text Font Color

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

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


#e64fbe Background Color

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

This div background color is #e64fbe


#e64fbe Border Color

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

This div border color is #e64fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64fbe


Comments

No comments written yet.

Please login to write comment.