Color Hex Logo

#e64fbb Color Hex

#E64FBB
(230,79,187)
0 Favorites   0 Comments

Color spaces of #e64fbb

RGB 23079187
HSL0.880.750.61
HSV317°66°90°
CMYK 0.000.660.19   0.10
XYZ44.398726.002849.6927
Yxy26.00280.36970.2165
Hunter Lab50.992966.1793-22.0831
CIE-Lab58.039768.8177-26.3288

#e64fbb color RGB value is (230,79,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001111 10111011
Octal 346 117 273
Decimal 230 79 187
Hex E6 4F BB

RGB Percentages of Color #e64fbb

%46.37
%15.93
%37.70

CMYK Percentages of Color #e64fbb

%0
%66
%19
%10

Triadic Colors of #e64fbb

#e64fbb #bbe64f #4fbbe6

Analogous Colors of #e64fbb

#e64fbb #e64f70 #c64fe6

Monochromatic Colors of #e64fbb

#e64fbb

Complementary Color

#e64fbb #4fe67a

#e64fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64fbb Color CSS Codes

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

#e64fbb Text Font Color

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

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


#e64fbb Background Color

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

This div background color is #e64fbb


#e64fbb Border Color

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

This div border color is #e64fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64fbb


Comments

No comments written yet.

Please login to write comment.