Color Hex Logo

#e34965 Color Hex

#E34965
(227,73,101)
0 Favorites   0 Comments

Color spaces of #e34965

RGB 22773101
HSL0.970.730.59
HSV349°68°89°
CMYK 0.000.680.56   0.11
XYZ36.410122.035614.6462
Yxy22.03560.49810.3015
Hunter Lab46.942156.302814.3606
CIE-Lab54.064861.128718.3262

#e34965 color RGB value is (227,73,101).

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

The process color (four color CMYK) of #e34965 color hex is 0.00, 0.68, 0.56, 0.11. Web safe color of #e34965 is #cc3366. Color #e34965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001001 01100101
Octal 343 111 145
Decimal 227 73 101
Hex E3 49 65

RGB Percentages of Color #e34965

%56.61
%18.20
%25.19

CMYK Percentages of Color #e34965

%0
%68
%56
%11

Triadic Colors of #e34965

#e34965 #65e349 #4965e3

Analogous Colors of #e34965

#e34965 #e37a49 #e349b2

Monochromatic Colors of #e34965

#e34965

Complementary Color

#e34965 #49e3c7

#e34965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34965 Color CSS Codes

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

#e34965 Text Font Color

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

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


#e34965 Background Color

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

This div background color is #e34965


#e34965 Border Color

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

This div border color is #e34965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34965


Comments

No comments written yet.

Please login to write comment.