Color Hex Logo

#e71274 Color Hex

#E71274
(231,18,116)
0 Favorites   0 Comments

Color spaces of #e71274

RGB 23118116
HSL0.920.860.49
HSV332°92°91°
CMYK 0.000.920.50   0.09
XYZ36.323718.682518.2146
Yxy18.68250.49610.2552
Hunter Lab43.223374.36615.2710
CIE-Lab50.313777.00984.1335

#e71274 color RGB value is (231,18,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010010 01110100
Octal 347 22 164
Decimal 231 18 116
Hex E7 12 74

RGB Percentages of Color #e71274

%63.29
%4.93
%31.78

CMYK Percentages of Color #e71274

%0
%92
%50
%9

Triadic Colors of #e71274

#e71274 #74e712 #1274e7

Analogous Colors of #e71274

#e71274 #e71b12 #e712df

Monochromatic Colors of #e71274

#e71274

Complementary Color

#e71274 #12e785

#e71274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71274 Color CSS Codes

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

#e71274 Text Font Color

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

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


#e71274 Background Color

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

This div background color is #e71274


#e71274 Border Color

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

This div border color is #e71274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71274


Comments

No comments written yet.

Please login to write comment.