Color Hex Logo

#e655ee Color Hex

#E655EE
(230,85,238)
0 Favorites   0 Comments

Color spaces of #e655ee

RGB 23085238
HSL0.820.820.63
HSV297°64°93°
CMYK 0.030.640.00   0.07
XYZ51.314229.493083.8771
Yxy29.49300.31160.1791
Hunter Lab54.307573.6236-53.5573
CIE-Lab61.214374.3129-50.2122

#e655ee color RGB value is (230,85,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010101 11101110
Octal 346 125 356
Decimal 230 85 238
Hex E6 55 EE

RGB Percentages of Color #e655ee

%41.59
%15.37
%43.04

CMYK Percentages of Color #e655ee

%3
%64
%0
%7

Triadic Colors of #e655ee

#e655ee #eee655 #55eee6

Analogous Colors of #e655ee

#e655ee #ee55aa #9a55ee

Monochromatic Colors of #e655ee

#e655ee

Complementary Color

#e655ee #5dee55

#e655ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e655ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e655ee Color CSS Codes

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

#e655ee Text Font Color

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

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


#e655ee Background Color

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

This div background color is #e655ee


#e655ee Border Color

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

This div border color is #e655ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e655ee


Comments

No comments written yet.

Please login to write comment.