Color Hex Logo

#e655db Color Hex

#E655DB
(230,85,219)
0 Favorites   0 Comments

Color spaces of #e655db

RGB 23085219
HSL0.850.740.62
HSV305°63°90°
CMYK 0.000.630.05   0.10
XYZ48.667828.434569.9412
Yxy28.43450.33100.1934
Hunter Lab53.324069.5965-40.4395
CIE-Lab60.279371.2203-41.0497

#e655db color RGB value is (230,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010101 11011011
Octal 346 125 333
Decimal 230 85 219
Hex E6 55 DB

RGB Percentages of Color #e655db

%43.07
%15.92
%41.01

CMYK Percentages of Color #e655db

%0
%63
%5
%10

Triadic Colors of #e655db

#e655db #dbe655 #55dbe6

Analogous Colors of #e655db

#e655db #e65593 #a955e6

Monochromatic Colors of #e655db

#e655db

Complementary Color

#e655db #55e660

#e655db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e655db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e655db Color CSS Codes

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

#e655db Text Font Color

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

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


#e655db Background Color

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

This div background color is #e655db


#e655db Border Color

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

This div border color is #e655db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e655db


Comments

No comments written yet.

Please login to write comment.