Color Hex Logo

#e305ad Color Hex

#E305AD
(227,5,173)
0 Favorites   0 Comments

Color spaces of #e305ad

RGB 2275173
HSL0.870.960.45
HSV315°98°89°
CMYK 0.000.980.24   0.11
XYZ39.275619.456641.2206
Yxy19.45660.39290.1947
Hunter Lab44.109681.7461-24.5300
CIE-Lab51.217282.6895-28.7904

#e305ad color RGB value is (227,5,173).

#e305ad hex color red value is 227, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e305ad hue: 0.87 , saturation: 0.96 and the lightness value of e305ad is 0.45.

The process color (four color CMYK) of #e305ad color hex is 0.00, 0.98, 0.24, 0.11. Web safe color of #e305ad is #cc0099. Color #e305ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000101 10101101
Octal 343 5 255
Decimal 227 5 173
Hex E3 5 AD

RGB Percentages of Color #e305ad

%56.05
%1.23
%42.72

CMYK Percentages of Color #e305ad

%0
%98
%24
%11

Triadic Colors of #e305ad

#e305ad #ade305 #05ade3

Analogous Colors of #e305ad

#e305ad #e3053e #aa05e3

Monochromatic Colors of #e305ad

#e305ad

Complementary Color

#e305ad #05e33b

#e305ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e305ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e305ad Color CSS Codes

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

#e305ad Text Font Color

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

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


#e305ad Background Color

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

This div background color is #e305ad


#e305ad Border Color

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

This div border color is #e305ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e305ad

#e305ad Color Palettes


Comments

No comments written yet.

Please login to write comment.