Color Hex Logo

#e71261 Color Hex

#E71261
(231,18,97)
0 Favorites   0 Comments

Color spaces of #e71261

RGB 2311897
HSL0.940.860.49
HSV338°92°91°
CMYK 0.000.920.58   0.09
XYZ35.329018.284612.9765
Yxy18.28460.53050.2746
Hunter Lab42.760572.647011.9396
CIE-Lab49.839575.710815.0935

#e71261 color RGB value is (231,18,97).

#e71261 hex color red value is 231, green value is 18 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e71261 hue: 0.94 , saturation: 0.86 and the lightness value of e71261 is 0.49.

The process color (four color CMYK) of #e71261 color hex is 0.00, 0.92, 0.58, 0.09. Web safe color of #e71261 is #ff0066. Color #e71261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 01100001
Octal 347 22 141
Decimal 231 18 97
Hex E7 12 61

RGB Percentages of Color #e71261

%66.76
%5.20
%28.03

CMYK Percentages of Color #e71261

%0
%92
%58
%9

Triadic Colors of #e71261

#e71261 #61e712 #1261e7

Analogous Colors of #e71261

#e71261 #e72e12 #e712cc

Monochromatic Colors of #e71261

#e71261

Complementary Color

#e71261 #12e798

#e71261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71261 Color CSS Codes

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

#e71261 Text Font Color

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

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


#e71261 Background Color

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

This div background color is #e71261


#e71261 Border Color

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

This div border color is #e71261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71261


Comments

No comments written yet.

Please login to write comment.