Color Hex Logo

#e64eab Color Hex

#E64EAB
(230,78,171)
0 Favorites   0 Comments

Color spaces of #e64eab

RGB 23078171
HSL0.900.750.60
HSV323°66°90°
CMYK 0.000.660.26   0.10
XYZ42.708225.212041.1435
Yxy25.21200.39160.2312
Hunter Lab50.211663.9557-13.4343
CIE-Lab57.281467.0985-18.2446

#e64eab color RGB value is (230,78,171).

#e64eab hex color red value is 230, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e64eab hue: 0.90 , saturation: 0.75 and the lightness value of e64eab is 0.60.

The process color (four color CMYK) of #e64eab color hex is 0.00, 0.66, 0.26, 0.10. Web safe color of #e64eab is #ff6699. Color #e64eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001110 10101011
Octal 346 116 253
Decimal 230 78 171
Hex E6 4E AB

RGB Percentages of Color #e64eab

%48.02
%16.28
%35.70

CMYK Percentages of Color #e64eab

%0
%66
%26
%10

Triadic Colors of #e64eab

#e64eab #abe64e #4eabe6

Analogous Colors of #e64eab

#e64eab #e64e5f #d54ee6

Monochromatic Colors of #e64eab

#e64eab

Complementary Color

#e64eab #4ee689

#e64eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64eab Color CSS Codes

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

#e64eab Text Font Color

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

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


#e64eab Background Color

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

This div background color is #e64eab


#e64eab Border Color

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

This div border color is #e64eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64eab


Comments

No comments written yet.

Please login to write comment.