Color Hex Logo

#e655da Color Hex

#E655DA
(230,85,218)
0 Favorites   0 Comments

Color spaces of #e655da

RGB 23085218
HSL0.850.740.62
HSV305°63°90°
CMYK 0.000.630.05   0.10
XYZ48.536528.381969.2498
Yxy28.38190.33210.1942
Hunter Lab53.274769.3938-39.7766
CIE-Lab60.232271.0631-40.5603

#e655da color RGB value is (230,85,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010101 11011010
Octal 346 125 332
Decimal 230 85 218
Hex E6 55 DA

RGB Percentages of Color #e655da

%43.15
%15.95
%40.90

CMYK Percentages of Color #e655da

%0
%63
%5
%10

Triadic Colors of #e655da

#e655da #dae655 #55dae6

Analogous Colors of #e655da

#e655da #e65592 #aa55e6

Monochromatic Colors of #e655da

#e655da

Complementary Color

#e655da #55e661

#e655da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e655da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e655da Color CSS Codes

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

#e655da Text Font Color

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

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


#e655da Background Color

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

This div background color is #e655da


#e655da Border Color

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

This div border color is #e655da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e655da


Comments

No comments written yet.

Please login to write comment.