Color Hex Logo

#e744dd Color Hex

#E744DD
(231,68,221)
0 Favorites   0 Comments

Color spaces of #e744dd

RGB 23168221
HSL0.840.770.59
HSV304°71°91°
CMYK 0.000.710.04   0.09
XYZ48.073326.343670.9577
Yxy26.34360.33070.1812
Hunter Lab51.326077.3673-46.0396
CIE-Lab58.361877.8499-45.1877

#e744dd color RGB value is (231,68,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000100 11011101
Octal 347 104 335
Decimal 231 68 221
Hex E7 44 DD

RGB Percentages of Color #e744dd

%44.42
%13.08
%42.50

CMYK Percentages of Color #e744dd

%0
%71
%4
%9

Triadic Colors of #e744dd

#e744dd #dde744 #44dde7

Analogous Colors of #e744dd

#e744dd #e7448c #a044e7

Monochromatic Colors of #e744dd

#e744dd

Complementary Color

#e744dd #44e74e

#e744dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e744dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e744dd Color CSS Codes

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

#e744dd Text Font Color

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

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


#e744dd Background Color

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

This div background color is #e744dd


#e744dd Border Color

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

This div border color is #e744dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e744dd


Comments

No comments written yet.

Please login to write comment.