Color Hex Logo

#e64acb Color Hex

#E64ACB
(230,74,203)
0 Favorites   0 Comments

Color spaces of #e64acb

RGB 23074203
HSL0.860.760.60
HSV310°68°90°
CMYK 0.000.680.12   0.10
XYZ45.861426.032359.1075
Yxy26.03230.35010.1987
Hunter Lab51.021971.1579-32.9706
CIE-Lab58.067772.9114-35.4485

#e64acb color RGB value is (230,74,203).

#e64acb hex color red value is 230, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e64acb hue: 0.86 , saturation: 0.76 and the lightness value of e64acb is 0.60.

The process color (four color CMYK) of #e64acb color hex is 0.00, 0.68, 0.12, 0.10. Web safe color of #e64acb is #ff33cc. Color #e64acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001010 11001011
Octal 346 112 313
Decimal 230 74 203
Hex E6 4A CB

RGB Percentages of Color #e64acb

%45.36
%14.60
%40.04

CMYK Percentages of Color #e64acb

%0
%68
%12
%10

Triadic Colors of #e64acb

#e64acb #cbe64a #4acbe6

Analogous Colors of #e64acb

#e64acb #e64a7d #b34ae6

Monochromatic Colors of #e64acb

#e64acb

Complementary Color

#e64acb #4ae665

#e64acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64acb Color CSS Codes

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

#e64acb Text Font Color

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

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


#e64acb Background Color

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

This div background color is #e64acb


#e64acb Border Color

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

This div border color is #e64acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64acb


Comments

No comments written yet.

Please login to write comment.