Color Hex Logo

#e74fdf Color Hex

#E74FDF
(231,79,223)
0 Favorites   0 Comments

Color spaces of #e74fdf

RGB 23179223
HSL0.840.760.61
HSV303°66°91°
CMYK 0.000.660.03   0.09
XYZ49.070327.908672.6126
Yxy27.90860.32800.1866
Hunter Lab52.828673.3513-44.5138
CIE-Lab59.806174.3596-44.0352

#e74fdf color RGB value is (231,79,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11011111
Octal 347 117 337
Decimal 231 79 223
Hex E7 4F DF

RGB Percentages of Color #e74fdf

%43.34
%14.82
%41.84

CMYK Percentages of Color #e74fdf

%0
%66
%3
%9

Triadic Colors of #e74fdf

#e74fdf #dfe74f #4fdfe7

Analogous Colors of #e74fdf

#e74fdf #e74f93 #a34fe7

Monochromatic Colors of #e74fdf

#e74fdf

Complementary Color

#e74fdf #4fe757

#e74fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fdf Color CSS Codes

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

#e74fdf Text Font Color

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

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


#e74fdf Background Color

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

This div background color is #e74fdf


#e74fdf Border Color

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

This div border color is #e74fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fdf


Comments

No comments written yet.

Please login to write comment.