Color Hex Logo

#e74edb Color Hex

#E74EDB
(231,78,219)
0 Favorites   0 Comments

Color spaces of #e74edb

RGB 23178219
HSL0.850.760.61
HSV305°66°91°
CMYK 0.000.660.05   0.09
XYZ48.465627.552269.7815
Yxy27.55220.33240.1890
Hunter Lab52.490272.9560-42.0782
CIE-Lab59.482074.1020-42.2928

#e74edb color RGB value is (231,78,219).

#e74edb hex color red value is 231, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e74edb hue: 0.85 , saturation: 0.76 and the lightness value of e74edb is 0.61.

The process color (four color CMYK) of #e74edb color hex is 0.00, 0.66, 0.05, 0.09. Web safe color of #e74edb is #ff66cc. Color #e74edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001110 11011011
Octal 347 116 333
Decimal 231 78 219
Hex E7 4E DB

RGB Percentages of Color #e74edb

%43.75
%14.77
%41.48

CMYK Percentages of Color #e74edb

%0
%66
%5
%9

Triadic Colors of #e74edb

#e74edb #dbe74e #4edbe7

Analogous Colors of #e74edb

#e74edb #e74e8f #a74ee7

Monochromatic Colors of #e74edb

#e74edb

Complementary Color

#e74edb #4ee75a

#e74edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74edb Color CSS Codes

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

#e74edb Text Font Color

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

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


#e74edb Background Color

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

This div background color is #e74edb


#e74edb Border Color

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

This div border color is #e74edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74edb


Comments

No comments written yet.

Please login to write comment.