Color Hex Logo

#e753ee Color Hex

#E753EE
(231,83,238)
0 Favorites   0 Comments

Color spaces of #e753ee

RGB 23183238
HSL0.830.820.63
HSV297°65°93°
CMYK 0.030.650.00   0.07
XYZ51.480929.348583.8404
Yxy29.34850.31260.1782
Hunter Lab54.174374.8207-53.8356
CIE-Lab61.088075.2977-50.4032

#e753ee color RGB value is (231,83,238).

#e753ee hex color red value is 231, green value is 83 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e753ee hue: 0.83 , saturation: 0.82 and the lightness value of e753ee is 0.63.

The process color (four color CMYK) of #e753ee color hex is 0.03, 0.65, 0.00, 0.07. Web safe color of #e753ee is #ff66ff. Color #e753ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010011 11101110
Octal 347 123 356
Decimal 231 83 238
Hex E7 53 EE

RGB Percentages of Color #e753ee

%41.85
%15.04
%43.12

CMYK Percentages of Color #e753ee

%3
%65
%0
%7

Triadic Colors of #e753ee

#e753ee #eee753 #53eee7

Analogous Colors of #e753ee

#e753ee #ee53a8 #9a53ee

Monochromatic Colors of #e753ee

#e753ee

Complementary Color

#e753ee #5aee53

#e753ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e753ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e753ee Color CSS Codes

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

#e753ee Text Font Color

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

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


#e753ee Background Color

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

This div background color is #e753ee


#e753ee Border Color

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

This div border color is #e753ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e753ee


Comments

No comments written yet.

Please login to write comment.