Color Hex Logo

#e64bae Color Hex

#E64BAE
(230,75,174)
0 Favorites   0 Comments

Color spaces of #e64bae

RGB 23075174
HSL0.890.760.60
HSV322°67°90°
CMYK 0.000.670.24   0.10
XYZ42.789224.911142.5975
Yxy24.91110.38790.2259
Hunter Lab49.911065.6855-15.6645
CIE-Lab56.988768.6021-20.4328

#e64bae color RGB value is (230,75,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001011 10101110
Octal 346 113 256
Decimal 230 75 174
Hex E6 4B AE

RGB Percentages of Color #e64bae

%48.02
%15.66
%36.33

CMYK Percentages of Color #e64bae

%0
%67
%24
%10

Triadic Colors of #e64bae

#e64bae #aee64b #4baee6

Analogous Colors of #e64bae

#e64bae #e64b61 #d14be6

Monochromatic Colors of #e64bae

#e64bae

Complementary Color

#e64bae #4be683

#e64bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64bae Color CSS Codes

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

#e64bae Text Font Color

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

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


#e64bae Background Color

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

This div background color is #e64bae


#e64bae Border Color

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

This div border color is #e64bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64bae


Comments

No comments written yet.

Please login to write comment.