Color Hex Logo

#e655dd Color Hex

#E655DD
(230,85,221)
0 Favorites   0 Comments

Color spaces of #e655dd

RGB 23085221
HSL0.840.740.62
HSV304°63°90°
CMYK 0.000.630.04   0.10
XYZ48.932828.540571.3364
Yxy28.54050.32880.1918
Hunter Lab53.423370.0053-41.7739
CIE-Lab60.373971.5369-42.0263

#e655dd color RGB value is (230,85,221).

#e655dd hex color red value is 230, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e655dd hue: 0.84 , saturation: 0.74 and the lightness value of e655dd is 0.62.

The process color (four color CMYK) of #e655dd color hex is 0.00, 0.63, 0.04, 0.10. Web safe color of #e655dd is #ff66cc. Color #e655dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010101 11011101
Octal 346 125 335
Decimal 230 85 221
Hex E6 55 DD

RGB Percentages of Color #e655dd

%42.91
%15.86
%41.23

CMYK Percentages of Color #e655dd

%0
%63
%4
%10

Triadic Colors of #e655dd

#e655dd #dde655 #55dde6

Analogous Colors of #e655dd

#e655dd #e65595 #a755e6

Monochromatic Colors of #e655dd

#e655dd

Complementary Color

#e655dd #55e65e

#e655dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e655dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e655dd Color CSS Codes

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

#e655dd Text Font Color

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

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


#e655dd Background Color

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

This div background color is #e655dd


#e655dd Border Color

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

This div border color is #e655dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e655dd


Comments

No comments written yet.

Please login to write comment.