Color Hex Logo

#e653fe Color Hex

#E653FE
(230,83,254)
0 Favorites   0 Comments

Color spaces of #e653fe

RGB 23083254
HSL0.810.990.66
HSV292°67°100°
CMYK 0.090.670.00   0.00
XYZ53.615830.165396.7625
Yxy30.16530.29700.1671
Hunter Lab54.922978.1366-66.0103
CIE-Lab61.796677.8012-58.1531

#e653fe color RGB value is (230,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 11111110
Octal 346 123 376
Decimal 230 83 254
Hex E6 53 FE

RGB Percentages of Color #e653fe

%40.56
%14.64
%44.80

CMYK Percentages of Color #e653fe

%9
%67
%0
%0

Triadic Colors of #e653fe

#e653fe #fee653 #53fee6

Analogous Colors of #e653fe

#e653fe #fe53c1 #9153fe

Monochromatic Colors of #e653fe

#e653fe

Complementary Color

#e653fe #6bfe53

#e653fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653fe Color CSS Codes

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

#e653fe Text Font Color

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

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


#e653fe Background Color

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

This div background color is #e653fe


#e653fe Border Color

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

This div border color is #e653fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653fe


Comments

No comments written yet.

Please login to write comment.