Color Hex Logo

#e749da Color Hex

#E749DA
(231,73,218)
0 Favorites   0 Comments

Color spaces of #e749da

RGB 23173218
HSL0.850.770.60
HSV305°68°91°
CMYK 0.000.680.06   0.09
XYZ47.992426.816068.9762
Yxy26.81600.33380.1865
Hunter Lab51.784274.8075-42.7250
CIE-Lab58.803675.7218-42.7965

#e749da color RGB value is (231,73,218).

#e749da hex color red value is 231, green value is 73 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e749da hue: 0.85 , saturation: 0.77 and the lightness value of e749da is 0.60.

The process color (four color CMYK) of #e749da color hex is 0.00, 0.68, 0.06, 0.09. Web safe color of #e749da is #ff33cc. Color #e749da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001001 11011010
Octal 347 111 332
Decimal 231 73 218
Hex E7 49 DA

RGB Percentages of Color #e749da

%44.25
%13.98
%41.76

CMYK Percentages of Color #e749da

%0
%68
%6
%9

Triadic Colors of #e749da

#e749da #dae749 #49dae7

Analogous Colors of #e749da

#e749da #e7498b #a549e7

Monochromatic Colors of #e749da

#e749da

Complementary Color

#e749da #49e756

#e749da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e749da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e749da Color CSS Codes

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

#e749da Text Font Color

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

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


#e749da Background Color

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

This div background color is #e749da


#e749da Border Color

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

This div border color is #e749da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e749da


Comments

No comments written yet.

Please login to write comment.