Color Hex Logo

#e64bac Color Hex

#E64BAC
(230,75,172)
0 Favorites   0 Comments

Color spaces of #e64bac

RGB 23075172
HSL0.900.760.60
HSV322°67°90°
CMYK 0.000.670.25   0.10
XYZ42.595624.833741.5781
Yxy24.83370.39080.2278
Hunter Lab49.833465.3661-14.5847
CIE-Lab56.913068.3495-19.3870

#e64bac color RGB value is (230,75,172).

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

The process color (four color CMYK) of #e64bac color hex is 0.00, 0.67, 0.25, 0.10. Web safe color of #e64bac is #ff3399. Color #e64bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001011 10101100
Octal 346 113 254
Decimal 230 75 172
Hex E6 4B AC

RGB Percentages of Color #e64bac

%48.22
%15.72
%36.06

CMYK Percentages of Color #e64bac

%0
%67
%25
%10

Triadic Colors of #e64bac

#e64bac #ace64b #4bace6

Analogous Colors of #e64bac

#e64bac #e64b5f #d34be6

Monochromatic Colors of #e64bac

#e64bac

Complementary Color

#e64bac #4be685

#e64bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64bac Color CSS Codes

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

#e64bac Text Font Color

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

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


#e64bac Background Color

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

This div background color is #e64bac


#e64bac Border Color

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

This div border color is #e64bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64bac


Comments

No comments written yet.

Please login to write comment.