Color Hex Logo

#e653ea Color Hex

#E653EA
(230,83,234)
0 Favorites   0 Comments

Color spaces of #e653ea

RGB 23083234
HSL0.830.780.62
HSV298°65°92°
CMYK 0.020.650.00   0.08
XYZ50.577728.950080.7641
Yxy28.95000.31550.1806
Hunter Lab53.805273.6336-51.3334
CIE-Lab60.737574.4109-48.7374

#e653ea color RGB value is (230,83,234).

#e653ea hex color red value is 230, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e653ea hue: 0.83 , saturation: 0.78 and the lightness value of e653ea is 0.62.

The process color (four color CMYK) of #e653ea color hex is 0.02, 0.65, 0.00, 0.08. Web safe color of #e653ea is #ff66ff. Color #e653ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 11101010
Octal 346 123 352
Decimal 230 83 234
Hex E6 53 EA

RGB Percentages of Color #e653ea

%42.05
%15.17
%42.78

CMYK Percentages of Color #e653ea

%2
%65
%0
%8

Triadic Colors of #e653ea

#e653ea #eae653 #53eae6

Analogous Colors of #e653ea

#e653ea #ea53a3 #9b53ea

Monochromatic Colors of #e653ea

#e653ea

Complementary Color

#e653ea #57ea53

#e653ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653ea Color CSS Codes

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

#e653ea Text Font Color

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

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


#e653ea Background Color

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

This div background color is #e653ea


#e653ea Border Color

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

This div border color is #e653ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653ea


Comments

No comments written yet.

Please login to write comment.