Color Hex Logo

#e64262 Color Hex

#E64262
(230,66,98)
0 Favorites   0 Comments

Color spaces of #e64262

RGB 2306698
HSL0.970.770.58
HSV348°71°90°
CMYK 0.000.710.57   0.10
XYZ36.785921.601313.7859
Yxy21.60130.50970.2993
Hunter Lab46.477259.944614.9477
CIE-Lab53.601464.371019.5744

#e64262 color RGB value is (230,66,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 01100010
Octal 346 102 142
Decimal 230 66 98
Hex E6 42 62

RGB Percentages of Color #e64262

%58.38
%16.75
%24.87

CMYK Percentages of Color #e64262

%0
%71
%57
%10

Triadic Colors of #e64262

#e64262 #62e642 #4262e6

Analogous Colors of #e64262

#e64262 #e67442 #e642b4

Monochromatic Colors of #e64262

#e64262

Complementary Color

#e64262 #42e6c6

#e64262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64262 Color CSS Codes

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

#e64262 Text Font Color

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

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


#e64262 Background Color

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

This div background color is #e64262


#e64262 Border Color

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

This div border color is #e64262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64262


Comments

No comments written yet.

Please login to write comment.