Color Hex Logo

#e347bd Color Hex

#E347BD
(227,71,189)
0 Favorites   0 Comments

Color spaces of #e347bd

RGB 22771189
HSL0.870.740.58
HSV315°69°89°
CMYK 0.000.690.17   0.11
XYZ43.117124.511550.6028
Yxy24.51150.36470.2073
Hunter Lab49.509168.8134-25.9434
CIE-Lab56.596371.2698-29.7518

#e347bd color RGB value is (227,71,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000111 10111101
Octal 343 107 275
Decimal 227 71 189
Hex E3 47 BD

RGB Percentages of Color #e347bd

%46.61
%14.58
%38.81

CMYK Percentages of Color #e347bd

%0
%69
%17
%11

Triadic Colors of #e347bd

#e347bd #bde347 #47bde3

Analogous Colors of #e347bd

#e347bd #e3476f #bb47e3

Monochromatic Colors of #e347bd

#e347bd

Complementary Color

#e347bd #47e36d

#e347bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e347bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e347bd Color CSS Codes

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

#e347bd Text Font Color

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

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


#e347bd Background Color

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

This div background color is #e347bd


#e347bd Border Color

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

This div border color is #e347bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,71,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 #e347bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e347bd


Comments

No comments written yet.

Please login to write comment.