Color Hex Logo

#e64fda Color Hex

#E64FDA
(230,79,218)
0 Favorites   0 Comments

Color spaces of #e64fda

RGB 23079218
HSL0.850.750.61
HSV305°66°90°
CMYK 0.000.660.05   0.10
XYZ48.084027.476969.0989
Yxy27.47690.33240.1899
Hunter Lab52.418472.0078-41.4643
CIE-Lab59.413273.3475-41.8474

#e64fda color RGB value is (230,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001111 11011010
Octal 346 117 332
Decimal 230 79 218
Hex E6 4F DA

RGB Percentages of Color #e64fda

%43.64
%14.99
%41.37

CMYK Percentages of Color #e64fda

%0
%66
%5
%10

Triadic Colors of #e64fda

#e64fda #dae64f #4fdae6

Analogous Colors of #e64fda

#e64fda #e64f8f #a74fe6

Monochromatic Colors of #e64fda

#e64fda

Complementary Color

#e64fda #4fe65b

#e64fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64fda Color CSS Codes

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

#e64fda Text Font Color

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

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


#e64fda Background Color

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

This div background color is #e64fda


#e64fda Border Color

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

This div border color is #e64fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64fda


Comments

No comments written yet.

Please login to write comment.