Color Hex Logo

#e74dbe Color Hex

#E74DBE
(231,77,190)
0 Favorites   0 Comments

Color spaces of #e74dbe

RGB 23177190
HSL0.880.760.60
HSV316°67°91°
CMYK 0.000.670.18   0.09
XYZ44.903126.014451.3698
Yxy26.01440.36720.2127
Hunter Lab51.004367.8900-24.0118
CIE-Lab58.050770.2338-28.0230

#e74dbe color RGB value is (231,77,190).

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

The process color (four color CMYK) of #e74dbe color hex is 0.00, 0.67, 0.18, 0.09. Web safe color of #e74dbe is #ff66cc. Color #e74dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001101 10111110
Octal 347 115 276
Decimal 231 77 190
Hex E7 4D BE

RGB Percentages of Color #e74dbe

%46.39
%15.46
%38.15

CMYK Percentages of Color #e74dbe

%0
%67
%18
%9

Triadic Colors of #e74dbe

#e74dbe #bee74d #4dbee7

Analogous Colors of #e74dbe

#e74dbe #e74d71 #c34de7

Monochromatic Colors of #e74dbe

#e74dbe

Complementary Color

#e74dbe #4de776

#e74dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74dbe Color CSS Codes

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

#e74dbe Text Font Color

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

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


#e74dbe Background Color

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

This div background color is #e74dbe


#e74dbe Border Color

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

This div border color is #e74dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,77,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 #e74dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74dbe


Comments

No comments written yet.

Please login to write comment.