Color Hex Logo

#e348bd Color Hex

#E348BD
(227,72,189)
0 Favorites   0 Comments

Color spaces of #e348bd

RGB 22772189
HSL0.870.730.59
HSV315°68°89°
CMYK 0.000.680.17   0.11
XYZ43.181224.639750.6242
Yxy24.63970.36460.2080
Hunter Lab49.638468.4127-25.7206
CIE-Lab56.722770.9155-29.5558

#e348bd color RGB value is (227,72,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001000 10111101
Octal 343 110 275
Decimal 227 72 189
Hex E3 48 BD

RGB Percentages of Color #e348bd

%46.52
%14.75
%38.73

CMYK Percentages of Color #e348bd

%0
%68
%17
%11

Triadic Colors of #e348bd

#e348bd #bde348 #48bde3

Analogous Colors of #e348bd

#e348bd #e34870 #bc48e3

Monochromatic Colors of #e348bd

#e348bd

Complementary Color

#e348bd #48e36e

#e348bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e348bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e348bd Color CSS Codes

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

#e348bd Text Font Color

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

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


#e348bd Background Color

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

This div background color is #e348bd


#e348bd Border Color

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

This div border color is #e348bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e348bd


Comments

No comments written yet.

Please login to write comment.