Color Hex Logo

#e749ed Color Hex

#E749ED
(231,73,237)
0 Favorites   0 Comments

Color spaces of #e749ed

RGB 23173237
HSL0.830.820.61
HSV298°69°93°
CMYK 0.030.690.00   0.07
XYZ50.623627.868482.8318
Yxy27.86840.31380.1727
Hunter Lab52.790578.7896-56.0765
CIE-Lab59.769778.7050-51.9381

#e749ed color RGB value is (231,73,237).

#e749ed hex color red value is 231, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e749ed hue: 0.83 , saturation: 0.82 and the lightness value of e749ed is 0.61.

The process color (four color CMYK) of #e749ed color hex is 0.03, 0.69, 0.00, 0.07. Web safe color of #e749ed is #ff33ff. Color #e749ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001001 11101101
Octal 347 111 355
Decimal 231 73 237
Hex E7 49 ED

RGB Percentages of Color #e749ed

%42.70
%13.49
%43.81

CMYK Percentages of Color #e749ed

%3
%69
%0
%7

Triadic Colors of #e749ed

#e749ed #ede749 #49ede7

Analogous Colors of #e749ed

#e749ed #ed49a1 #9549ed

Monochromatic Colors of #e749ed

#e749ed

Complementary Color

#e749ed #4fed49

#e749ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e749ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e749ed Color CSS Codes

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

#e749ed Text Font Color

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

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


#e749ed Background Color

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

This div background color is #e749ed


#e749ed Border Color

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

This div border color is #e749ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e749ed


Comments

No comments written yet.

Please login to write comment.