Color Hex Logo

#e64a7e Color Hex

#E64A7E
(230,74,126)
0 Favorites   0 Comments

Color spaces of #e64a7e

RGB 23074126
HSL0.940.760.60
HSV340°68°90°
CMYK 0.000.680.45   0.10
XYZ38.847823.226922.1744
Yxy23.22690.46110.2757
Hunter Lab48.194359.54286.4564
CIE-Lab55.305363.71125.2715

#e64a7e color RGB value is (230,74,126).

#e64a7e hex color red value is 230, green value is 74 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e64a7e hue: 0.94 , saturation: 0.76 and the lightness value of e64a7e is 0.60.

The process color (four color CMYK) of #e64a7e color hex is 0.00, 0.68, 0.45, 0.10. Web safe color of #e64a7e is #ff3366. Color #e64a7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001010 01111110
Octal 346 112 176
Decimal 230 74 126
Hex E6 4A 7E

RGB Percentages of Color #e64a7e

%53.49
%17.21
%29.30

CMYK Percentages of Color #e64a7e

%0
%68
%45
%10

Triadic Colors of #e64a7e

#e64a7e #7ee64a #4a7ee6

Analogous Colors of #e64a7e

#e64a7e #e6644a #e64acc

Monochromatic Colors of #e64a7e

#e64a7e

Complementary Color

#e64a7e #4ae6b2

#e64a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64a7e Color CSS Codes

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

#e64a7e Text Font Color

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

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


#e64a7e Background Color

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

This div background color is #e64a7e


#e64a7e Border Color

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

This div border color is #e64a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64a7e


Comments

No comments written yet.

Please login to write comment.