Color Hex Logo

#e72565 Color Hex

#E72565
(231,37,101)
0 Favorites   0 Comments

Color spaces of #e72565

RGB 23137101
HSL0.950.800.53
HSV340°84°91°
CMYK 0.000.840.56   0.09
XYZ35.965519.251614.1323
Yxy19.25160.51860.2776
Hunter Lab43.876669.531611.6168
CIE-Lab50.980372.939814.2210

#e72565 color RGB value is (231,37,101).

#e72565 hex color red value is 231, green value is 37 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e72565 hue: 0.95 , saturation: 0.80 and the lightness value of e72565 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100101 01100101
Octal 347 45 145
Decimal 231 37 101
Hex E7 25 65

RGB Percentages of Color #e72565

%62.60
%10.03
%27.37

CMYK Percentages of Color #e72565

%0
%84
%56
%9

Triadic Colors of #e72565

#e72565 #65e725 #2565e7

Analogous Colors of #e72565

#e72565 #e74625 #e725c6

Monochromatic Colors of #e72565

#e72565

Complementary Color

#e72565 #25e7a7

#e72565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72565 Color CSS Codes

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

#e72565 Text Font Color

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

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


#e72565 Background Color

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

This div background color is #e72565


#e72565 Border Color

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

This div border color is #e72565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72565


Comments

No comments written yet.

Please login to write comment.