Color Hex Logo

#e74abd Color Hex

#E74ABD
(231,74,189)
0 Favorites   0 Comments

Color spaces of #e74abd

RGB 23174189
HSL0.880.770.60
HSV316°68°91°
CMYK 0.000.680.18   0.09
XYZ44.589125.560650.7277
Yxy25.56060.36890.2115
Hunter Lab50.557568.9522-24.0994
CIE-Lab57.617671.1909-28.1183

#e74abd color RGB value is (231,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001010 10111101
Octal 347 112 275
Decimal 231 74 189
Hex E7 4A BD

RGB Percentages of Color #e74abd

%46.76
%14.98
%38.26

CMYK Percentages of Color #e74abd

%0
%68
%18
%9

Triadic Colors of #e74abd

#e74abd #bde74a #4abde7

Analogous Colors of #e74abd

#e74abd #e74a6f #c34ae7

Monochromatic Colors of #e74abd

#e74abd

Complementary Color

#e74abd #4ae774

#e74abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74abd Color CSS Codes

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

#e74abd Text Font Color

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

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


#e74abd Background Color

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

This div background color is #e74abd


#e74abd Border Color

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

This div border color is #e74abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74abd


Comments

No comments written yet.

Please login to write comment.