Color Hex Logo

#e745ed Color Hex

#E745ED
(231,69,237)
0 Favorites   0 Comments

Color spaces of #e745ed

RGB 23169237
HSL0.830.820.60
HSV298°71°93°
CMYK 0.030.710.00   0.07
XYZ50.369227.359682.7469
Yxy27.35960.31390.1705
Hunter Lab52.306480.3529-57.1802
CIE-Lab59.305780.0248-52.6756

#e745ed color RGB value is (231,69,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 11101101
Octal 347 105 355
Decimal 231 69 237
Hex E7 45 ED

RGB Percentages of Color #e745ed

%43.02
%12.85
%44.13

CMYK Percentages of Color #e745ed

%3
%71
%0
%7

Triadic Colors of #e745ed

#e745ed #ede745 #45ede7

Analogous Colors of #e745ed

#e745ed #ed459f #9345ed

Monochromatic Colors of #e745ed

#e745ed

Complementary Color

#e745ed #4bed45

#e745ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745ed Color CSS Codes

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

#e745ed Text Font Color

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

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


#e745ed Background Color

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

This div background color is #e745ed


#e745ed Border Color

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

This div border color is #e745ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,69,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 #e745ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745ed


Comments

No comments written yet.

Please login to write comment.