Color Hex Logo

#e74dda Color Hex

#E74DDA
(231,77,218)
0 Favorites   0 Comments

Color spaces of #e74dda

RGB 23177218
HSL0.850.760.60
HSV305°67°91°
CMYK 0.000.670.06   0.09
XYZ48.263827.358669.0666
Yxy27.35860.33360.1891
Hunter Lab52.305473.1727-41.6755
CIE-Lab59.304874.3107-42.0075

#e74dda color RGB value is (231,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001101 11011010
Octal 347 115 332
Decimal 231 77 218
Hex E7 4D DA

RGB Percentages of Color #e74dda

%43.92
%14.64
%41.44

CMYK Percentages of Color #e74dda

%0
%67
%6
%9

Triadic Colors of #e74dda

#e74dda #dae74d #4ddae7

Analogous Colors of #e74dda

#e74dda #e74d8d #a74de7

Monochromatic Colors of #e74dda

#e74dda

Complementary Color

#e74dda #4de75a

#e74dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74dda Color CSS Codes

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

#e74dda Text Font Color

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

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


#e74dda Background Color

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

This div background color is #e74dda


#e74dda Border Color

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

This div border color is #e74dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74dda


Comments

No comments written yet.

Please login to write comment.