Color Hex Logo

#e34180 Color Hex

#E34180
(227,65,128)
0 Favorites   0 Comments

Color spaces of #e34180

RGB 22765128
HSL0.940.740.57
HSV337°71°89°
CMYK 0.000.710.44   0.11
XYZ37.465121.670022.6302
Yxy21.67000.45820.2650
Hunter Lab46.551062.19563.7627
CIE-Lab53.675166.28221.6601

#e34180 color RGB value is (227,65,128).

#e34180 hex color red value is 227, green value is 65 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e34180 hue: 0.94 , saturation: 0.74 and the lightness value of e34180 is 0.57.

The process color (four color CMYK) of #e34180 color hex is 0.00, 0.71, 0.44, 0.11. Web safe color of #e34180 is #cc3399. Color #e34180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 10000000
Octal 343 101 200
Decimal 227 65 128
Hex E3 41 80

RGB Percentages of Color #e34180

%54.05
%15.48
%30.48

CMYK Percentages of Color #e34180

%0
%71
%44
%11

Triadic Colors of #e34180

#e34180 #80e341 #4180e3

Analogous Colors of #e34180

#e34180 #e35341 #e341d1

Monochromatic Colors of #e34180

#e34180

Complementary Color

#e34180 #41e3a4

#e34180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34180 Color CSS Codes

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

#e34180 Text Font Color

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

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


#e34180 Background Color

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

This div background color is #e34180


#e34180 Border Color

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

This div border color is #e34180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34180


Comments

No comments written yet.

Please login to write comment.