Color Hex Logo

#e285ad Color Hex

#E285AD
(226,133,173)
0 Favorites   0 Comments

Color spaces of #e285ad

RGB 226133173
HSL0.930.620.70
HSV334°41°89°
CMYK 0.000.410.23   0.11
XYZ47.294435.960943.9836
Yxy35.96090.37170.2826
Hunter Lab59.967435.8343-1.5096
CIE-Lab66.490040.6510-5.6209

#e285ad color RGB value is (226,133,173).

#e285ad hex color red value is 226, green value is 133 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e285ad hue: 0.93 , saturation: 0.62 and the lightness value of e285ad is 0.70.

The process color (four color CMYK) of #e285ad color hex is 0.00, 0.41, 0.23, 0.11. Web safe color of #e285ad is #cc9999. Color #e285ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000101 10101101
Octal 342 205 255
Decimal 226 133 173
Hex E2 85 AD

RGB Percentages of Color #e285ad

%42.48
%25.00
%32.52

CMYK Percentages of Color #e285ad

%0
%41
%23
%11

Triadic Colors of #e285ad

#e285ad #ade285 #85ade2

Analogous Colors of #e285ad

#e285ad #e28c85 #e285dc

Monochromatic Colors of #e285ad

#e285ad

Complementary Color

#e285ad #85e2ba

#e285ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e285ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e285ad Color CSS Codes

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

#e285ad Text Font Color

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

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


#e285ad Background Color

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

This div background color is #e285ad


#e285ad Border Color

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

This div border color is #e285ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,133,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e285ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e285ad;
  -webkit-box-shadow: 1px 1px 3px 2px #e285ad;
  box-shadow:         1px 1px 3px 2px #e285ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,133,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e285ad

#e285ad Color Palettes


Comments

No comments written yet.

Please login to write comment.