Color Hex Logo

#e348e9 Color Hex

#E348E9
(227,72,233)
0 Favorites   0 Comments

Color spaces of #e348e9

RGB 22772233
HSL0.830.790.60
HSV298°69°91°
CMYK 0.030.690.00   0.09
XYZ48.703926.848879.7062
Yxy26.84880.31370.1729
Hunter Lab51.815877.1020-54.9323
CIE-Lab58.834177.5483-51.2251

#e348e9 color RGB value is (227,72,233).

#e348e9 hex color red value is 227, green value is 72 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #e348e9 hue: 0.83 , saturation: 0.79 and the lightness value of e348e9 is 0.60.

The process color (four color CMYK) of #e348e9 color hex is 0.03, 0.69, 0.00, 0.09. Web safe color of #e348e9 is #cc33ff. Color #e348e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 11101001
Octal 343 110 351
Decimal 227 72 233
Hex E3 48 E9

RGB Percentages of Color #e348e9

%42.67
%13.53
%43.80

CMYK Percentages of Color #e348e9

%3
%69
%0
%9

Triadic Colors of #e348e9

#e348e9 #e9e348 #48e9e3

Analogous Colors of #e348e9

#e348e9 #e9489f #9348e9

Monochromatic Colors of #e348e9

#e348e9

Complementary Color

#e348e9 #4ee948

#e348e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e348e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e348e9 Color CSS Codes

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

#e348e9 Text Font Color

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

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


#e348e9 Background Color

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

This div background color is #e348e9


#e348e9 Border Color

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

This div border color is #e348e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e348e9


Comments

No comments written yet.

Please login to write comment.