Color Hex Logo

#e653ee Color Hex

#E653EE
(230,83,238)
0 Favorites   0 Comments

Color spaces of #e653ee

RGB 23083238
HSL0.820.820.63
HSV297°65°93°
CMYK 0.030.650.00   0.07
XYZ51.159029.182683.8253
Yxy29.18260.31160.1778
Hunter Lab54.020974.5068-54.1868
CIE-Lab60.942475.0737-50.6431

#e653ee color RGB value is (230,83,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010011 11101110
Octal 346 123 356
Decimal 230 83 238
Hex E6 53 EE

RGB Percentages of Color #e653ee

%41.74
%15.06
%43.19

CMYK Percentages of Color #e653ee

%3
%65
%0
%7

Triadic Colors of #e653ee

#e653ee #eee653 #53eee6

Analogous Colors of #e653ee

#e653ee #ee53a9 #9953ee

Monochromatic Colors of #e653ee

#e653ee

Complementary Color

#e653ee #5bee53

#e653ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e653ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e653ee Color CSS Codes

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

#e653ee Text Font Color

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

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


#e653ee Background Color

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

This div background color is #e653ee


#e653ee Border Color

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

This div border color is #e653ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e653ee


Comments

No comments written yet.

Please login to write comment.