Color Hex Logo

#e653ff Color Hex

#E653FF
(230,83,255)
0 Favorites   0 Comments

Color spaces of #e653ff

RGB 23083255
HSL0.811.000.66
HSV291°67°100°
CMYK 0.100.670.00   0.00
XYZ53.776430.229597.6083
Yxy30.22950.29610.1664
Hunter Lab54.981478.3706-66.7705
CIE-Lab61.851777.9756-58.6166

#e653ff color RGB value is (230,83,255).

#e653ff hex color red value is 230, green value is 83 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e653ff hue: 0.81 , saturation: 1.00 and the lightness value of e653ff is 0.66.

The process color (four color CMYK) of #e653ff color hex is 0.10, 0.67, 0.00, 0.00. Web safe color of #e653ff is #ff66ff. Color #e653ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 11111111
Octal 346 123 377
Decimal 230 83 255
Hex E6 53 FF

RGB Percentages of Color #e653ff

%40.49
%14.61
%44.89

CMYK Percentages of Color #e653ff

%10
%67
%0
%0

Triadic Colors of #e653ff

#e653ff #ffe653 #53ffe6

Analogous Colors of #e653ff

#e653ff #ff53c2 #9053ff

Monochromatic Colors of #e653ff

#e653ff

Complementary Color

#e653ff #6cff53

#e653ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653ff Color CSS Codes

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

#e653ff Text Font Color

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

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


#e653ff Background Color

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

This div background color is #e653ff


#e653ff Border Color

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

This div border color is #e653ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653ff

Related Colors


Comments

No comments written yet.

Please login to write comment.