Color Hex Logo

#e64466 Color Hex

#E64466
(230,68,102)
0 Favorites   0 Comments

Color spaces of #e64466

RGB 23068102
HSL0.970.760.58
HSV347°70°90°
CMYK 0.000.700.56   0.10
XYZ37.098521.916514.8454
Yxy21.91650.50230.2967
Hunter Lab46.815159.525613.9692
CIE-Lab53.938363.948117.6457

#e64466 color RGB value is (230,68,102).

#e64466 hex color red value is 230, green value is 68 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e64466 hue: 0.97 , saturation: 0.76 and the lightness value of e64466 is 0.58.

The process color (four color CMYK) of #e64466 color hex is 0.00, 0.70, 0.56, 0.10. Web safe color of #e64466 is #ff3366. Color #e64466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000100 01100110
Octal 346 104 146
Decimal 230 68 102
Hex E6 44 66

RGB Percentages of Color #e64466

%57.50
%17.00
%25.50

CMYK Percentages of Color #e64466

%0
%70
%56
%10

Triadic Colors of #e64466

#e64466 #66e644 #4466e6

Analogous Colors of #e64466

#e64466 #e67344 #e644b7

Monochromatic Colors of #e64466

#e64466

Complementary Color

#e64466 #44e6c4

#e64466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64466 Color CSS Codes

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

#e64466 Text Font Color

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

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


#e64466 Background Color

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

This div background color is #e64466


#e64466 Border Color

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

This div border color is #e64466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64466


Comments

No comments written yet.

Please login to write comment.