Color Hex Logo

#e855da Color Hex

#E855DA
(232,85,218)
0 Favorites   0 Comments

Color spaces of #e855da

RGB 23285218
HSL0.850.760.62
HSV306°63°91°
CMYK 0.000.630.06   0.09
XYZ49.182128.714869.2800
Yxy28.71480.33420.1951
Hunter Lab53.586270.0538-39.1439
CIE-Lab60.529171.5475-40.0734

#e855da color RGB value is (232,85,218).

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

The process color (four color CMYK) of #e855da color hex is 0.00, 0.63, 0.06, 0.09. Web safe color of #e855da is #ff66cc. Color #e855da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010101 11011010
Octal 350 125 332
Decimal 232 85 218
Hex E8 55 DA

RGB Percentages of Color #e855da

%43.36
%15.89
%40.75

CMYK Percentages of Color #e855da

%0
%63
%6
%9

Triadic Colors of #e855da

#e855da #dae855 #55dae8

Analogous Colors of #e855da

#e855da #e85591 #ad55e8

Monochromatic Colors of #e855da

#e855da

Complementary Color

#e855da #55e863

#e855da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e855da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e855da Color CSS Codes

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

#e855da Text Font Color

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

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


#e855da Background Color

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

This div background color is #e855da


#e855da Border Color

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

This div border color is #e855da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e855da


Comments

No comments written yet.

Please login to write comment.