Color Hex Logo

#e64368 Color Hex

#E64368
(230,67,104)
0 Favorites   0 Comments

Color spaces of #e64368

RGB 23067104
HSL0.960.770.58
HSV346°71°90°
CMYK 0.000.710.55   0.10
XYZ37.139021.836815.3542
Yxy21.83680.49970.2938
Hunter Lab46.729960.087313.2298
CIE-Lab53.853464.446916.3365

#e64368 color RGB value is (230,67,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000011 01101000
Octal 346 103 150
Decimal 230 67 104
Hex E6 43 68

RGB Percentages of Color #e64368

%57.36
%16.71
%25.94

CMYK Percentages of Color #e64368

%0
%71
%55
%10

Triadic Colors of #e64368

#e64368 #68e643 #4368e6

Analogous Colors of #e64368

#e64368 #e67043 #e643ba

Monochromatic Colors of #e64368

#e64368

Complementary Color

#e64368 #43e6c1

#e64368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64368 Color CSS Codes

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

#e64368 Text Font Color

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

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


#e64368 Background Color

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

This div background color is #e64368


#e64368 Border Color

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

This div border color is #e64368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64368


Comments

No comments written yet.

Please login to write comment.