Color Hex Logo

#e64fab Color Hex

#E64FAB
(230,79,171)
0 Favorites   0 Comments

Color spaces of #e64fab

RGB 23079171
HSL0.900.750.61
HSV323°66°90°
CMYK 0.000.660.26   0.10
XYZ42.779825.355241.1674
Yxy25.35520.39140.2320
Hunter Lab50.353963.5310-13.2254
CIE-Lab57.419966.7155-18.0338

#e64fab color RGB value is (230,79,171).

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

The process color (four color CMYK) of #e64fab color hex is 0.00, 0.66, 0.26, 0.10. Web safe color of #e64fab is #ff6699. Color #e64fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001111 10101011
Octal 346 117 253
Decimal 230 79 171
Hex E6 4F AB

RGB Percentages of Color #e64fab

%47.92
%16.46
%35.63

CMYK Percentages of Color #e64fab

%0
%66
%26
%10

Triadic Colors of #e64fab

#e64fab #abe64f #4fabe6

Analogous Colors of #e64fab

#e64fab #e64f5f #d64fe6

Monochromatic Colors of #e64fab

#e64fab

Complementary Color

#e64fab #4fe68a

#e64fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64fab Color CSS Codes

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

#e64fab Text Font Color

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

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


#e64fab Background Color

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

This div background color is #e64fab


#e64fab Border Color

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

This div border color is #e64fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64fab


Comments

No comments written yet.

Please login to write comment.