Color Hex Logo

#e944af Color Hex

#E944AF
(233,68,175)
0 Favorites   0 Comments

Color spaces of #e944af

RGB 23368175
HSL0.890.790.59
HSV321°71°91°
CMYK 0.000.710.25   0.09
XYZ43.409324.553043.0087
Yxy24.55300.39120.2213
Hunter Lab49.551069.6613-16.7762
CIE-Lab56.637371.9592-21.5079

#e944af color RGB value is (233,68,175).

#e944af hex color red value is 233, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e944af hue: 0.89 , saturation: 0.79 and the lightness value of e944af is 0.59.

The process color (four color CMYK) of #e944af color hex is 0.00, 0.71, 0.25, 0.09. Web safe color of #e944af is #ff3399. Color #e944af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000100 10101111
Octal 351 104 257
Decimal 233 68 175
Hex E9 44 AF

RGB Percentages of Color #e944af

%48.95
%14.29
%36.76

CMYK Percentages of Color #e944af

%0
%71
%25
%9

Triadic Colors of #e944af

#e944af #afe944 #44afe9

Analogous Colors of #e944af

#e944af #e9445d #d144e9

Monochromatic Colors of #e944af

#e944af

Complementary Color

#e944af #44e97e

#e944af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e944af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e944af Color CSS Codes

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

#e944af Text Font Color

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

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


#e944af Background Color

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

This div background color is #e944af


#e944af Border Color

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

This div border color is #e944af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,68,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e944af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e944af;
  -webkit-box-shadow: 1px 1px 3px 2px #e944af;
  box-shadow:         1px 1px 3px 2px #e944af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,68,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e944af


Comments

No comments written yet.

Please login to write comment.