Color Hex Logo

#e3048d Color Hex

#E3048D
(227,4,141)
0 Favorites   0 Comments

Color spaces of #e3048d

RGB 2274141
HSL0.900.970.45
HSV323°98°89°
CMYK 0.000.980.38   0.11
XYZ36.529718.340826.8141
Yxy18.34080.44720.2245
Hunter Lab42.826277.3105-7.1440
CIE-Lab49.906979.4478-11.7290

#e3048d color RGB value is (227,4,141).

#e3048d hex color red value is 227, green value is 4 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e3048d hue: 0.90 , saturation: 0.97 and the lightness value of e3048d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000100 10001101
Octal 343 4 215
Decimal 227 4 141
Hex E3 4 8D

RGB Percentages of Color #e3048d

%61.02
%1.08
%37.90

CMYK Percentages of Color #e3048d

%0
%98
%38
%11

Triadic Colors of #e3048d

#e3048d #8de304 #048de3

Analogous Colors of #e3048d

#e3048d #e3041e #ca04e3

Monochromatic Colors of #e3048d

#e3048d

Complementary Color

#e3048d #04e35a

#e3048d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3048d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3048d Color CSS Codes

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

#e3048d Text Font Color

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

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


#e3048d Background Color

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

This div background color is #e3048d


#e3048d Border Color

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

This div border color is #e3048d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3048d


Comments

No comments written yet.

Please login to write comment.