Color Hex Logo

#e3285f Color Hex

#E3285F
(227,40,95)
0 Favorites   0 Comments

Color spaces of #e3285f

RGB 2274095
HSL0.950.770.52
HSV342°82°89°
CMYK 0.000.820.58   0.11
XYZ34.502918.674712.6125
Yxy18.67470.52440.2839
Hunter Lab43.214266.892212.9456
CIE-Lab50.304470.882616.8242

#e3285f color RGB value is (227,40,95).

#e3285f hex color red value is 227, green value is 40 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e3285f hue: 0.95 , saturation: 0.77 and the lightness value of e3285f is 0.52.

The process color (four color CMYK) of #e3285f color hex is 0.00, 0.82, 0.58, 0.11. Web safe color of #e3285f is #cc3366. Color #e3285f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101000 01011111
Octal 343 50 137
Decimal 227 40 95
Hex E3 28 5F

RGB Percentages of Color #e3285f

%62.71
%11.05
%26.24

CMYK Percentages of Color #e3285f

%0
%82
%58
%11

Triadic Colors of #e3285f

#e3285f #5fe328 #285fe3

Analogous Colors of #e3285f

#e3285f #e34e28 #e328bd

Monochromatic Colors of #e3285f

#e3285f

Complementary Color

#e3285f #28e3ac

#e3285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3285f Color CSS Codes

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

#e3285f Text Font Color

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

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


#e3285f Background Color

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

This div background color is #e3285f


#e3285f Border Color

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

This div border color is #e3285f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,40,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3285f


Comments

No comments written yet.

Please login to write comment.