Color Hex Logo

#e744be Color Hex

#E744BE
(231,68,190)
0 Favorites   0 Comments

Color spaces of #e744be

RGB 23168190
HSL0.880.770.59
HSV315°71°91°
CMYK 0.000.710.18   0.09
XYZ44.316424.840951.1742
Yxy24.84090.36830.2064
Hunter Lab49.840671.4943-25.9879
CIE-Lab56.920173.4038-29.7745

#e744be color RGB value is (231,68,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000100 10111110
Octal 347 104 276
Decimal 231 68 190
Hex E7 44 BE

RGB Percentages of Color #e744be

%47.24
%13.91
%38.85

CMYK Percentages of Color #e744be

%0
%71
%18
%9

Triadic Colors of #e744be

#e744be #bee744 #44bee7

Analogous Colors of #e744be

#e744be #e7446d #bf44e7

Monochromatic Colors of #e744be

#e744be

Complementary Color

#e744be #44e76d

#e744be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e744be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e744be Color CSS Codes

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

#e744be Text Font Color

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

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


#e744be Background Color

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

This div background color is #e744be


#e744be Border Color

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

This div border color is #e744be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e744be


Comments

No comments written yet.

Please login to write comment.