Color Hex Logo

#e34d66 Color Hex

#E34D66
(227,77,102)
0 Favorites   0 Comments

Color spaces of #e34d66

RGB 22777102
HSL0.970.730.60
HSV350°66°89°
CMYK 0.000.660.55   0.11
XYZ36.730722.598014.9963
Yxy22.59800.49420.3040
Hunter Lab47.537454.731314.5723
CIE-Lab54.655859.643718.5352

#e34d66 color RGB value is (227,77,102).

#e34d66 hex color red value is 227, green value is 77 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e34d66 hue: 0.97 , saturation: 0.73 and the lightness value of e34d66 is 0.60.

The process color (four color CMYK) of #e34d66 color hex is 0.00, 0.66, 0.55, 0.11. Web safe color of #e34d66 is #cc6666. Color #e34d66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 01100110
Octal 343 115 146
Decimal 227 77 102
Hex E3 4D 66

RGB Percentages of Color #e34d66

%55.91
%18.97
%25.12

CMYK Percentages of Color #e34d66

%0
%66
%55
%11

Triadic Colors of #e34d66

#e34d66 #66e34d #4d66e3

Analogous Colors of #e34d66

#e34d66 #e37f4d #e34db1

Monochromatic Colors of #e34d66

#e34d66

Complementary Color

#e34d66 #4de3ca

#e34d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34d66 Color CSS Codes

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

#e34d66 Text Font Color

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

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


#e34d66 Background Color

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

This div background color is #e34d66


#e34d66 Border Color

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

This div border color is #e34d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34d66


Comments

No comments written yet.

Please login to write comment.