Color Hex Logo

#e347d0 Color Hex

#E347D0
(227,71,208)
0 Favorites   0 Comments

Color spaces of #e347d0

RGB 22771208
HSL0.850.740.58
HSV307°69°89°
CMYK 0.000.690.08   0.11
XYZ45.317025.391462.1871
Yxy25.39140.34100.1911
Hunter Lab50.389972.3477-37.8980
CIE-Lab57.454873.9953-39.2909

#e347d0 color RGB value is (227,71,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000111 11010000
Octal 343 107 320
Decimal 227 71 208
Hex E3 47 D0

RGB Percentages of Color #e347d0

%44.86
%14.03
%41.11

CMYK Percentages of Color #e347d0

%0
%69
%8
%11

Triadic Colors of #e347d0

#e347d0 #d0e347 #47d0e3

Analogous Colors of #e347d0

#e347d0 #e34782 #a847e3

Monochromatic Colors of #e347d0

#e347d0

Complementary Color

#e347d0 #47e35a

#e347d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e347d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e347d0 Color CSS Codes

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

#e347d0 Text Font Color

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

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


#e347d0 Background Color

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

This div background color is #e347d0


#e347d0 Border Color

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

This div border color is #e347d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e347d0


Comments

No comments written yet.

Please login to write comment.