Color Hex Logo

#e64efb Color Hex

#E64EFB
(230,78,251)
0 Favorites   0 Comments

Color spaces of #e64efb

RGB 23078251
HSL0.810.960.65
HSV293°69°98°
CMYK 0.080.690.00   0.02
XYZ52.770129.236894.1288
Yxy29.23680.29960.1660
Hunter Lab54.071179.5809-65.3644
CIE-Lab60.990079.0940-57.7830

#e64efb color RGB value is (230,78,251).

#e64efb hex color red value is 230, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e64efb hue: 0.81 , saturation: 0.96 and the lightness value of e64efb is 0.65.

The process color (four color CMYK) of #e64efb color hex is 0.08, 0.69, 0.00, 0.02. Web safe color of #e64efb is #ff66ff. Color #e64efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 11111011
Octal 346 116 373
Decimal 230 78 251
Hex E6 4E FB

RGB Percentages of Color #e64efb

%41.14
%13.95
%44.90

CMYK Percentages of Color #e64efb

%8
%69
%0
%2

Triadic Colors of #e64efb

#e64efb #fbe64e #4efbe6

Analogous Colors of #e64efb

#e64efb #fb4eba #904efb

Monochromatic Colors of #e64efb

#e64efb

Complementary Color

#e64efb #63fb4e

#e64efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64efb Color CSS Codes

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

#e64efb Text Font Color

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

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


#e64efb Background Color

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

This div background color is #e64efb


#e64efb Border Color

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

This div border color is #e64efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64efb


Comments

No comments written yet.

Please login to write comment.