Color Hex Logo

#e34672 Color Hex

#E34672
(227,70,114)
0 Favorites   0 Comments

Color spaces of #e34672

RGB 22770114
HSL0.950.740.58
HSV343°69°89°
CMYK 0.000.690.50   0.11
XYZ36.906021.926118.2066
Yxy21.92610.47910.2846
Hunter Lab46.825358.74299.7246
CIE-Lab53.948563.271010.4166

#e34672 color RGB value is (227,70,114).

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

The process color (four color CMYK) of #e34672 color hex is 0.00, 0.69, 0.50, 0.11. Web safe color of #e34672 is #cc3366. Color #e34672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 01110010
Octal 343 106 162
Decimal 227 70 114
Hex E3 46 72

RGB Percentages of Color #e34672

%55.23
%17.03
%27.74

CMYK Percentages of Color #e34672

%0
%69
%50
%11

Triadic Colors of #e34672

#e34672 #72e346 #4672e3

Analogous Colors of #e34672

#e34672 #e36946 #e346c1

Monochromatic Colors of #e34672

#e34672

Complementary Color

#e34672 #46e3b7

#e34672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34672 Color CSS Codes

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

#e34672 Text Font Color

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

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


#e34672 Background Color

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

This div background color is #e34672


#e34672 Border Color

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

This div border color is #e34672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34672


Comments

No comments written yet.

Please login to write comment.