Color Hex Logo

#e74365 Color Hex

#E74365
(231,67,101)
0 Favorites   0 Comments

Color spaces of #e74365

RGB 23167101
HSL0.970.770.58
HSV348°71°91°
CMYK 0.000.710.56   0.09
XYZ37.311121.942814.5808
Yxy21.94280.50530.2972
Hunter Lab46.843160.201814.3351
CIE-Lab53.966364.524218.3092

#e74365 color RGB value is (231,67,101).

#e74365 hex color red value is 231, green value is 67 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e74365 hue: 0.97 , saturation: 0.77 and the lightness value of e74365 is 0.58.

The process color (four color CMYK) of #e74365 color hex is 0.00, 0.71, 0.56, 0.09. Web safe color of #e74365 is #ff3366. Color #e74365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000011 01100101
Octal 347 103 145
Decimal 231 67 101
Hex E7 43 65

RGB Percentages of Color #e74365

%57.89
%16.79
%25.31

CMYK Percentages of Color #e74365

%0
%71
%56
%9

Triadic Colors of #e74365

#e74365 #65e743 #4365e7

Analogous Colors of #e74365

#e74365 #e77343 #e743b7

Monochromatic Colors of #e74365

#e74365

Complementary Color

#e74365 #43e7c5

#e74365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74365 Color CSS Codes

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

#e74365 Text Font Color

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

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


#e74365 Background Color

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

This div background color is #e74365


#e74365 Border Color

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

This div border color is #e74365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74365


Comments

No comments written yet.

Please login to write comment.