Color Hex Logo

#e34395 Color Hex

#E34395
(227,67,149)
0 Favorites   0 Comments

Color spaces of #e34395

RGB 22767149
HSL0.910.740.58
HSV329°70°89°
CMYK 0.000.700.34   0.11
XYZ39.110522.515130.7183
Yxy22.51510.42350.2438
Hunter Lab47.450164.0901-5.1682
CIE-Lab54.569367.7180-9.5011

#e34395 color RGB value is (227,67,149).

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

The process color (four color CMYK) of #e34395 color hex is 0.00, 0.70, 0.34, 0.11. Web safe color of #e34395 is #cc3399. Color #e34395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000011 10010101
Octal 343 103 225
Decimal 227 67 149
Hex E3 43 95

RGB Percentages of Color #e34395

%51.24
%15.12
%33.63

CMYK Percentages of Color #e34395

%0
%70
%34
%11

Triadic Colors of #e34395

#e34395 #95e343 #4395e3

Analogous Colors of #e34395

#e34395 #e34345 #e143e3

Monochromatic Colors of #e34395

#e34395

Complementary Color

#e34395 #43e391

#e34395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34395 Color CSS Codes

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

#e34395 Text Font Color

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

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


#e34395 Background Color

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

This div background color is #e34395


#e34395 Border Color

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

This div border color is #e34395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34395


Comments

No comments written yet.

Please login to write comment.