Color Hex Logo

#e64365 Color Hex

#E64365
(230,67,101)
0 Favorites   0 Comments

Color spaces of #e64365

RGB 23067101
HSL0.970.770.58
HSV347°71°90°
CMYK 0.000.710.56   0.10
XYZ36.989221.776914.5657
Yxy21.77690.50440.2970
Hunter Lab46.665759.821514.1599
CIE-Lab53.789564.230318.0397

#e64365 color RGB value is (230,67,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000011 01100101
Octal 346 103 145
Decimal 230 67 101
Hex E6 43 65

RGB Percentages of Color #e64365

%57.79
%16.83
%25.38

CMYK Percentages of Color #e64365

%0
%71
%56
%10

Triadic Colors of #e64365

#e64365 #65e643 #4365e6

Analogous Colors of #e64365

#e64365 #e67343 #e643b7

Monochromatic Colors of #e64365

#e64365

Complementary Color

#e64365 #43e6c4

#e64365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64365 Color CSS Codes

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

#e64365 Text Font Color

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

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


#e64365 Background Color

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

This div background color is #e64365


#e64365 Border Color

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

This div border color is #e64365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64365


Comments

No comments written yet.

Please login to write comment.