Color Hex Logo

#e74fcf Color Hex

#E74FCF
(231,79,207)
0 Favorites   0 Comments

Color spaces of #e74fcf

RGB 23179207
HSL0.860.760.61
HSV309°66°91°
CMYK 0.000.660.10   0.09
XYZ47.013527.085961.7817
Yxy27.08590.34600.1993
Hunter Lab52.044170.1689-33.9524
CIE-Lab59.053871.9180-36.1727

#e74fcf color RGB value is (231,79,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11001111
Octal 347 117 317
Decimal 231 79 207
Hex E7 4F CF

RGB Percentages of Color #e74fcf

%44.68
%15.28
%40.04

CMYK Percentages of Color #e74fcf

%0
%66
%10
%9

Triadic Colors of #e74fcf

#e74fcf #cfe74f #4fcfe7

Analogous Colors of #e74fcf

#e74fcf #e74f83 #b34fe7

Monochromatic Colors of #e74fcf

#e74fcf

Complementary Color

#e74fcf #4fe767

#e74fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fcf Color CSS Codes

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

#e74fcf Text Font Color

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

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


#e74fcf Background Color

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

This div background color is #e74fcf


#e74fcf Border Color

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

This div border color is #e74fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fcf


Comments

No comments written yet.

Please login to write comment.