Color Hex Logo

#e753ff Color Hex

#E753FF
(231,83,255)
0 Favorites   0 Comments

Color spaces of #e753ff

RGB 23183255
HSL0.811.000.66
HSV292°67°100°
CMYK 0.090.670.00   0.00
XYZ54.098330.395497.6234
Yxy30.39540.29710.1669
Hunter Lab55.132078.6721-66.3936
CIE-Lab61.993978.1863-58.3815

#e753ff color RGB value is (231,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010011 11111111
Octal 347 123 377
Decimal 231 83 255
Hex E7 53 FF

RGB Percentages of Color #e753ff

%40.60
%14.59
%44.82

CMYK Percentages of Color #e753ff

%9
%67
%0
%0

Triadic Colors of #e753ff

#e753ff #ffe753 #53ffe7

Analogous Colors of #e753ff

#e753ff #ff53c1 #9153ff

Monochromatic Colors of #e753ff

#e753ff

Complementary Color

#e753ff #6bff53

#e753ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e753ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e753ff Color CSS Codes

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

#e753ff Text Font Color

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

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


#e753ff Background Color

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

This div background color is #e753ff


#e753ff Border Color

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

This div border color is #e753ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,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 #e753ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e753ff


Comments

No comments written yet.

Please login to write comment.