Color Hex Logo

#e653ae Color Hex

#E653AE
(230,83,174)
0 Favorites   0 Comments

Color spaces of #e653ae

RGB 23083174
HSL0.900.750.61
HSV323°64°90°
CMYK 0.000.640.24   0.10
XYZ43.366426.065542.7899
Yxy26.06550.38640.2323
Hunter Lab51.054462.2756-13.9543
CIE-Lab58.099265.5310-18.7381

#e653ae color RGB value is (230,83,174).

#e653ae hex color red value is 230, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e653ae hue: 0.90 , saturation: 0.75 and the lightness value of e653ae is 0.61.

The process color (four color CMYK) of #e653ae color hex is 0.00, 0.64, 0.24, 0.10. Web safe color of #e653ae is #ff6699. Color #e653ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 10101110
Octal 346 123 256
Decimal 230 83 174
Hex E6 53 AE

RGB Percentages of Color #e653ae

%47.23
%17.04
%35.73

CMYK Percentages of Color #e653ae

%0
%64
%24
%10

Triadic Colors of #e653ae

#e653ae #aee653 #53aee6

Analogous Colors of #e653ae

#e653ae #e65365 #d553e6

Monochromatic Colors of #e653ae

#e653ae

Complementary Color

#e653ae #53e68b

#e653ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653ae Color CSS Codes

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

#e653ae Text Font Color

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

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


#e653ae Background Color

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

This div background color is #e653ae


#e653ae Border Color

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

This div border color is #e653ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,83,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e653ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e653ae;
  -webkit-box-shadow: 1px 1px 3px 2px #e653ae;
  box-shadow:         1px 1px 3px 2px #e653ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,83,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653ae


Comments

No comments written yet.

Please login to write comment.