Color Hex Logo

#e47695 Color Hex

#E47695
(228,118,149)
0 Favorites   0 Comments

Color spaces of #e47695

RGB 228118149
HSL0.950.670.68
HSV343°48°89°
CMYK 0.000.480.35   0.11
XYZ43.898231.620832.2235
Yxy31.62080.40740.2935
Hunter Lab56.232440.94065.3870
CIE-Lab63.028245.85212.9748

#e47695 color RGB value is (228,118,149).

#e47695 hex color red value is 228, green value is 118 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e47695 hue: 0.95 , saturation: 0.67 and the lightness value of e47695 is 0.68.

The process color (four color CMYK) of #e47695 color hex is 0.00, 0.48, 0.35, 0.11. Web safe color of #e47695 is #cc6699. Color #e47695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 10010101
Octal 344 166 225
Decimal 228 118 149
Hex E4 76 95

RGB Percentages of Color #e47695

%46.06
%23.84
%30.10

CMYK Percentages of Color #e47695

%0
%48
%35
%11

Triadic Colors of #e47695

#e47695 #95e476 #7695e4

Analogous Colors of #e47695

#e47695 #e48e76 #e476cc

Monochromatic Colors of #e47695

#e47695

Complementary Color

#e47695 #76e4c5

#e47695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47695 Color CSS Codes

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

#e47695 Text Font Color

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

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


#e47695 Background Color

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

This div background color is #e47695


#e47695 Border Color

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

This div border color is #e47695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,118,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e47695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e47695;
  -webkit-box-shadow: 1px 1px 3px 2px #e47695;
  box-shadow:         1px 1px 3px 2px #e47695; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,118,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47695


Comments

No comments written yet.

Please login to write comment.