Color Hex Logo

#e348cf Color Hex

#E348CF
(227,72,207)
0 Favorites   0 Comments

Color spaces of #e348cf

RGB 22772207
HSL0.850.730.59
HSV308°68°89°
CMYK 0.000.680.09   0.11
XYZ45.258425.470661.5624
Yxy25.47060.34210.1925
Hunter Lab50.468471.7532-36.9953
CIE-Lab57.531173.4980-38.6018

#e348cf color RGB value is (227,72,207).

#e348cf hex color red value is 227, green value is 72 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e348cf hue: 0.85 , saturation: 0.73 and the lightness value of e348cf is 0.59.

The process color (four color CMYK) of #e348cf color hex is 0.00, 0.68, 0.09, 0.11. Web safe color of #e348cf is #cc33cc. Color #e348cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 11001111
Octal 343 110 317
Decimal 227 72 207
Hex E3 48 CF

RGB Percentages of Color #e348cf

%44.86
%14.23
%40.91

CMYK Percentages of Color #e348cf

%0
%68
%9
%11

Triadic Colors of #e348cf

#e348cf #cfe348 #48cfe3

Analogous Colors of #e348cf

#e348cf #e34882 #aa48e3

Monochromatic Colors of #e348cf

#e348cf

Complementary Color

#e348cf #48e35c

#e348cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e348cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e348cf Color CSS Codes

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

#e348cf Text Font Color

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

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


#e348cf Background Color

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

This div background color is #e348cf


#e348cf Border Color

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

This div border color is #e348cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e348cf


Comments

No comments written yet.

Please login to write comment.