Color Hex Logo

#e15265 Color Hex

#E15265
(225,82,101)
0 Favorites   0 Comments

Color spaces of #e15265

RGB 22582101
HSL0.980.700.60
HSV352°64°88°
CMYK 0.000.640.55   0.12
XYZ36.417622.981714.8284
Yxy22.98170.49060.3096
Hunter Lab47.939251.706015.2181
CIE-Lab55.053556.891919.6077

#e15265 color RGB value is (225,82,101).

#e15265 hex color red value is 225, green value is 82 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e15265 hue: 0.98 , saturation: 0.70 and the lightness value of e15265 is 0.60.

The process color (four color CMYK) of #e15265 color hex is 0.00, 0.64, 0.55, 0.12. Web safe color of #e15265 is #cc6666. Color #e15265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 01100101
Octal 341 122 145
Decimal 225 82 101
Hex E1 52 65

RGB Percentages of Color #e15265

%55.15
%20.10
%24.75

CMYK Percentages of Color #e15265

%0
%64
%55
%12

Triadic Colors of #e15265

#e15265 #65e152 #5265e1

Analogous Colors of #e15265

#e15265 #e18752 #e152ad

Monochromatic Colors of #e15265

#e15265

Complementary Color

#e15265 #52e1ce

#e15265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15265 Color CSS Codes

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

#e15265 Text Font Color

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

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


#e15265 Background Color

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

This div background color is #e15265


#e15265 Border Color

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

This div border color is #e15265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15265


Comments

No comments written yet.

Please login to write comment.