Color Hex Logo

#e64fbc Color Hex

#E64FBC
(230,79,188)
0 Favorites   0 Comments

Color spaces of #e64fbc

RGB 23079188
HSL0.880.750.61
HSV317°66°90°
CMYK 0.000.660.18   0.10
XYZ44.506226.045850.2586
Yxy26.04580.36840.2156
Hunter Lab51.035166.3532-22.6634
CIE-Lab58.080568.9547-26.8408

#e64fbc color RGB value is (230,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001111 10111100
Octal 346 117 274
Decimal 230 79 188
Hex E6 4F BC

RGB Percentages of Color #e64fbc

%46.28
%15.90
%37.83

CMYK Percentages of Color #e64fbc

%0
%66
%18
%10

Triadic Colors of #e64fbc

#e64fbc #bce64f #4fbce6

Analogous Colors of #e64fbc

#e64fbc #e64f71 #c54fe6

Monochromatic Colors of #e64fbc

#e64fbc

Complementary Color

#e64fbc #4fe679

#e64fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64fbc Color CSS Codes

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

#e64fbc Text Font Color

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

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


#e64fbc Background Color

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

This div background color is #e64fbc


#e64fbc Border Color

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

This div border color is #e64fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,79,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64fbc


Comments

No comments written yet.

Please login to write comment.