Color Hex Logo

#e3348f Color Hex

#E3348F
(227,52,143)
0 Favorites   0 Comments

Color spaces of #e3348f

RGB 22752143
HSL0.910.760.55
HSV329°77°89°
CMYK 0.000.770.37   0.11
XYZ37.864520.770027.9999
Yxy20.77000.43710.2397
Hunter Lab45.574168.5491-4.5248
CIE-Lab52.696871.7970-8.7401

#e3348f color RGB value is (227,52,143).

#e3348f hex color red value is 227, green value is 52 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e3348f hue: 0.91 , saturation: 0.76 and the lightness value of e3348f is 0.55.

The process color (four color CMYK) of #e3348f color hex is 0.00, 0.77, 0.37, 0.11. Web safe color of #e3348f is #cc3399. Color #e3348f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110100 10001111
Octal 343 64 217
Decimal 227 52 143
Hex E3 34 8F

RGB Percentages of Color #e3348f

%53.79
%12.32
%33.89

CMYK Percentages of Color #e3348f

%0
%77
%37
%11

Triadic Colors of #e3348f

#e3348f #8fe334 #348fe3

Analogous Colors of #e3348f

#e3348f #e33438 #e034e3

Monochromatic Colors of #e3348f

#e3348f

Complementary Color

#e3348f #34e388

#e3348f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3348f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3348f Color CSS Codes

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

#e3348f Text Font Color

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

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


#e3348f Background Color

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

This div background color is #e3348f


#e3348f Border Color

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

This div border color is #e3348f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3348f


Comments

No comments written yet.

Please login to write comment.