Color Hex Logo

#e744d0 Color Hex

#E744D0
(231,68,208)
0 Favorites   0 Comments

Color spaces of #e744d0

RGB 23168208
HSL0.860.770.59
HSV308°71°91°
CMYK 0.000.710.10   0.09
XYZ46.407325.677262.1848
Yxy25.67720.34560.1912
Hunter Lab50.672774.7976-37.2890
CIE-Lab57.729475.9196-38.8154

#e744d0 color RGB value is (231,68,208).

#e744d0 hex color red value is 231, green value is 68 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #e744d0 hue: 0.86 , saturation: 0.77 and the lightness value of e744d0 is 0.59.

The process color (four color CMYK) of #e744d0 color hex is 0.00, 0.71, 0.10, 0.09. Web safe color of #e744d0 is #ff33cc. Color #e744d0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000100 11010000
Octal 347 104 320
Decimal 231 68 208
Hex E7 44 D0

RGB Percentages of Color #e744d0

%45.56
%13.41
%41.03

CMYK Percentages of Color #e744d0

%0
%71
%10
%9

Triadic Colors of #e744d0

#e744d0 #d0e744 #44d0e7

Analogous Colors of #e744d0

#e744d0 #e7447f #ad44e7

Monochromatic Colors of #e744d0

#e744d0

Complementary Color

#e744d0 #44e75b

#e744d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e744d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e744d0 Color CSS Codes

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

#e744d0 Text Font Color

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

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


#e744d0 Background Color

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

This div background color is #e744d0


#e744d0 Border Color

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

This div border color is #e744d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e744d0


Comments

No comments written yet.

Please login to write comment.