Color Hex Logo

#e17055 Color Hex

#E17055
(225,112,85)
0 Favorites   0 Comments

Color spaces of #e17055

RGB 22511285
HSL0.030.700.61
HSV12°62°88°
CMYK 0.000.500.62   0.12
XYZ38.485228.251812.0191
Yxy28.25180.48870.3587
Hunter Lab53.152436.226823.7997
CIE-Lab60.115541.819335.2935

#e17055 color RGB value is (225,112,85).

#e17055 hex color red value is 225, green value is 112 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e17055 hue: 0.03 , saturation: 0.70 and the lightness value of e17055 is 0.61.

The process color (four color CMYK) of #e17055 color hex is 0.00, 0.50, 0.62, 0.12. Web safe color of #e17055 is #cc6666. Color #e17055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 01010101
Octal 341 160 125
Decimal 225 112 85
Hex E1 70 55

RGB Percentages of Color #e17055

%53.32
%26.54
%20.14

CMYK Percentages of Color #e17055

%0
%50
%62
%12

Triadic Colors of #e17055

#e17055 #55e170 #7055e1

Analogous Colors of #e17055

#e17055 #e1b655 #e15580

Monochromatic Colors of #e17055

#e17055

Complementary Color

#e17055 #55c6e1

#e17055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17055 Color CSS Codes

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

#e17055 Text Font Color

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

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


#e17055 Background Color

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

This div background color is #e17055


#e17055 Border Color

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

This div border color is #e17055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17055


Comments

No comments written yet.

Please login to write comment.