Color Hex Logo

#e653ad Color Hex

#E653AD
(230,83,173)
0 Favorites   0 Comments

Color spaces of #e653ad

RGB 23083173
HSL0.900.750.61
HSV323°64°90°
CMYK 0.000.640.25   0.10
XYZ43.269226.026642.2783
Yxy26.02660.38780.2333
Hunter Lab51.016362.1154-13.4235
CIE-Lab58.062365.4022-18.2155

#e653ad color RGB value is (230,83,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 10101101
Octal 346 123 255
Decimal 230 83 173
Hex E6 53 AD

RGB Percentages of Color #e653ad

%47.33
%17.08
%35.60

CMYK Percentages of Color #e653ad

%0
%64
%25
%10

Triadic Colors of #e653ad

#e653ad #ade653 #53ade6

Analogous Colors of #e653ad

#e653ad #e65363 #d653e6

Monochromatic Colors of #e653ad

#e653ad

Complementary Color

#e653ad #53e68c

#e653ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653ad Color CSS Codes

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

#e653ad Text Font Color

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

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


#e653ad Background Color

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

This div background color is #e653ad


#e653ad Border Color

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

This div border color is #e653ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653ad


Comments

No comments written yet.

Please login to write comment.