Color Hex Logo

#e14361 Color Hex

#E14361
(225,67,97)
0 Favorites   0 Comments

Color spaces of #e14361

RGB 2256797
HSL0.970.720.57
HSV349°70°88°
CMYK 0.000.700.57   0.12
XYZ35.216220.884913.4844
Yxy20.88490.50610.3001
Hunter Lab45.700057.576214.4957
CIE-Lab52.823362.466618.9703

#e14361 color RGB value is (225,67,97).

#e14361 hex color red value is 225, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e14361 hue: 0.97 , saturation: 0.72 and the lightness value of e14361 is 0.57.

The process color (four color CMYK) of #e14361 color hex is 0.00, 0.70, 0.57, 0.12. Web safe color of #e14361 is #cc3366. Color #e14361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 01100001
Octal 341 103 141
Decimal 225 67 97
Hex E1 43 61

RGB Percentages of Color #e14361

%57.84
%17.22
%24.94

CMYK Percentages of Color #e14361

%0
%70
%57
%12

Triadic Colors of #e14361

#e14361 #61e143 #4361e1

Analogous Colors of #e14361

#e14361 #e17443 #e143b0

Monochromatic Colors of #e14361

#e14361

Complementary Color

#e14361 #43e1c3

#e14361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14361 Color CSS Codes

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

#e14361 Text Font Color

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

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


#e14361 Background Color

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

This div background color is #e14361


#e14361 Border Color

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

This div border color is #e14361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,67,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14361


Comments

No comments written yet.

Please login to write comment.