Color Hex Logo

#e74dcf Color Hex

#E74DCF
(231,77,207)
0 Favorites   0 Comments

Color spaces of #e74dcf

RGB 23177207
HSL0.860.760.60
HSV309°67°91°
CMYK 0.000.670.10   0.09
XYZ46.871426.801761.7343
Yxy26.80170.34620.1979
Hunter Lab51.770471.0107-34.4620
CIE-Lab58.790372.6546-36.5845

#e74dcf color RGB value is (231,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001101 11001111
Octal 347 115 317
Decimal 231 77 207
Hex E7 4D CF

RGB Percentages of Color #e74dcf

%44.85
%14.95
%40.19

CMYK Percentages of Color #e74dcf

%0
%67
%10
%9

Triadic Colors of #e74dcf

#e74dcf #cfe74d #4dcfe7

Analogous Colors of #e74dcf

#e74dcf #e74d82 #b24de7

Monochromatic Colors of #e74dcf

#e74dcf

Complementary Color

#e74dcf #4de765

#e74dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74dcf Color CSS Codes

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

#e74dcf Text Font Color

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

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


#e74dcf Background Color

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

This div background color is #e74dcf


#e74dcf Border Color

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

This div border color is #e74dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74dcf


Comments

No comments written yet.

Please login to write comment.