Color Hex Logo

#e64ecf Color Hex

#E64ECF
(230,78,207)
0 Favorites   0 Comments

Color spaces of #e64ecf

RGB 23078207
HSL0.860.750.60
HSV309°66°90°
CMYK 0.000.660.10   0.10
XYZ46.620026.776861.7428
Yxy26.77680.34500.1981
Hunter Lab51.746370.2607-34.5214
CIE-Lab58.767272.0470-36.6320

#e64ecf color RGB value is (230,78,207).

#e64ecf hex color red value is 230, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e64ecf hue: 0.86 , saturation: 0.75 and the lightness value of e64ecf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 11001111
Octal 346 116 317
Decimal 230 78 207
Hex E6 4E CF

RGB Percentages of Color #e64ecf

%44.66
%15.15
%40.19

CMYK Percentages of Color #e64ecf

%0
%66
%10
%10

Triadic Colors of #e64ecf

#e64ecf #cfe64e #4ecfe6

Analogous Colors of #e64ecf

#e64ecf #e64e83 #b14ee6

Monochromatic Colors of #e64ecf

#e64ecf

Complementary Color

#e64ecf #4ee665

#e64ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64ecf Color CSS Codes

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

#e64ecf Text Font Color

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

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


#e64ecf Background Color

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

This div background color is #e64ecf


#e64ecf Border Color

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

This div border color is #e64ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64ecf


Comments

No comments written yet.

Please login to write comment.