Color Hex Logo

#e64fcc Color Hex

#E64FCC
(230,79,204)
0 Favorites   0 Comments

Color spaces of #e64fcc

RGB 23079204
HSL0.860.750.61
HSV310°66°90°
CMYK 0.000.660.11   0.10
XYZ46.328226.774659.8530
Yxy26.77460.34840.2014
Hunter Lab51.744269.2644-32.3604
CIE-Lab58.765171.2314-34.9291

#e64fcc color RGB value is (230,79,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001111 11001100
Octal 346 117 314
Decimal 230 79 204
Hex E6 4F CC

RGB Percentages of Color #e64fcc

%44.83
%15.40
%39.77

CMYK Percentages of Color #e64fcc

%0
%66
%11
%10

Triadic Colors of #e64fcc

#e64fcc #cce64f #4fcce6

Analogous Colors of #e64fcc

#e64fcc #e64f81 #b54fe6

Monochromatic Colors of #e64fcc

#e64fcc

Complementary Color

#e64fcc #4fe669

#e64fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64fcc Color CSS Codes

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

#e64fcc Text Font Color

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

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


#e64fcc Background Color

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

This div background color is #e64fcc


#e64fcc Border Color

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

This div border color is #e64fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64fcc


Comments

No comments written yet.

Please login to write comment.