Color Hex Logo

#e744ff Color Hex

#E744FF
(231,68,255)
0 Favorites   0 Comments

Color spaces of #e744ff

RGB 23168255
HSL0.811.000.63
HSV292°73°100°
CMYK 0.090.730.00   0.00
XYZ53.072128.343297.2813
Yxy28.34320.29700.1586
Hunter Lab53.238384.7756-71.0726
CIE-Lab60.197583.2924-61.2531

#e744ff color RGB value is (231,68,255).

#e744ff hex color red value is 231, green value is 68 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e744ff hue: 0.81 , saturation: 1.00 and the lightness value of e744ff is 0.63.

The process color (four color CMYK) of #e744ff color hex is 0.09, 0.73, 0.00, 0.00. Web safe color of #e744ff is #ff33ff. Color #e744ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000100 11111111
Octal 347 104 377
Decimal 231 68 255
Hex E7 44 FF

RGB Percentages of Color #e744ff

%41.70
%12.27
%46.03

CMYK Percentages of Color #e744ff

%9
%73
%0
%0

Triadic Colors of #e744ff

#e744ff #ffe744 #44ffe7

Analogous Colors of #e744ff

#e744ff #ff44ba #8a44ff

Monochromatic Colors of #e744ff

#e744ff

Complementary Color

#e744ff #5cff44

#e744ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e744ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e744ff Color CSS Codes

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

#e744ff Text Font Color

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

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


#e744ff Background Color

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

This div background color is #e744ff


#e744ff Border Color

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

This div border color is #e744ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e744ff


Comments

No comments written yet.

Please login to write comment.