Color Hex Logo

#e14355 Color Hex

#E14355
(225,67,85)
0 Favorites   0 Comments

Color spaces of #e14355

RGB 2256785
HSL0.980.720.57
HSV353°70°88°
CMYK 0.000.700.62   0.12
XYZ34.698220.677710.7567
Yxy20.67770.52470.3127
Hunter Lab45.472756.628017.8057
CIE-Lab52.594961.681425.8109

#e14355 color RGB value is (225,67,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 01010101
Octal 341 103 125
Decimal 225 67 85
Hex E1 43 55

RGB Percentages of Color #e14355

%59.68
%17.77
%22.55

CMYK Percentages of Color #e14355

%0
%70
%62
%12

Triadic Colors of #e14355

#e14355 #55e143 #4355e1

Analogous Colors of #e14355

#e14355 #e18043 #e143a4

Monochromatic Colors of #e14355

#e14355

Complementary Color

#e14355 #43e1cf

#e14355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14355 Color CSS Codes

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

#e14355 Text Font Color

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

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


#e14355 Background Color

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

This div background color is #e14355


#e14355 Border Color

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

This div border color is #e14355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14355


Comments

No comments written yet.

Please login to write comment.