Color Hex Logo

#e72685 Color Hex

#E72685
(231,38,133)
0 Favorites   0 Comments

Color spaces of #e72685

RGB 23138133
HSL0.920.800.53
HSV330°84°91°
CMYK 0.000.840.42   0.09
XYZ37.881720.068624.0673
Yxy20.06860.46190.2447
Hunter Lab44.798072.5452-0.4944
CIE-Lab51.914775.2241-3.8316

#e72685 color RGB value is (231,38,133).

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

The process color (four color CMYK) of #e72685 color hex is 0.00, 0.84, 0.42, 0.09. Web safe color of #e72685 is #ff3399. Color #e72685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100110 10000101
Octal 347 46 205
Decimal 231 38 133
Hex E7 26 85

RGB Percentages of Color #e72685

%57.46
%9.45
%33.08

CMYK Percentages of Color #e72685

%0
%84
%42
%9

Triadic Colors of #e72685

#e72685 #85e726 #2685e7

Analogous Colors of #e72685

#e72685 #e72826 #e726e6

Monochromatic Colors of #e72685

#e72685

Complementary Color

#e72685 #26e788

#e72685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72685 Color CSS Codes

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

#e72685 Text Font Color

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

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


#e72685 Background Color

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

This div background color is #e72685


#e72685 Border Color

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

This div border color is #e72685


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,38,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72685


Comments

No comments written yet.

Please login to write comment.