Color Hex Logo

#e74abe Color Hex

#E74ABE
(231,74,190)
0 Favorites   0 Comments

Color spaces of #e74abe

RGB 23174190
HSL0.880.770.60
HSV316°68°91°
CMYK 0.000.680.18   0.09
XYZ44.698025.604251.3015
Yxy25.60420.36760.2106
Hunter Lab50.600669.1268-24.6909
CIE-Lab57.659471.3266-28.6286

#e74abe color RGB value is (231,74,190).

#e74abe hex color red value is 231, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e74abe hue: 0.88 , saturation: 0.77 and the lightness value of e74abe is 0.60.

The process color (four color CMYK) of #e74abe color hex is 0.00, 0.68, 0.18, 0.09. Web safe color of #e74abe is #ff33cc. Color #e74abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 10111110
Octal 347 112 276
Decimal 231 74 190
Hex E7 4A BE

RGB Percentages of Color #e74abe

%46.67
%14.95
%38.38

CMYK Percentages of Color #e74abe

%0
%68
%18
%9

Triadic Colors of #e74abe

#e74abe #bee74a #4abee7

Analogous Colors of #e74abe

#e74abe #e74a70 #c24ae7

Monochromatic Colors of #e74abe

#e74abe

Complementary Color

#e74abe #4ae773

#e74abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74abe Color CSS Codes

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

#e74abe Text Font Color

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

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


#e74abe Background Color

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

This div background color is #e74abe


#e74abe Border Color

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

This div border color is #e74abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74abe


Comments

No comments written yet.

Please login to write comment.