Color Hex Logo

#e74fcc Color Hex

#E74FCC
(231,79,204)
0 Favorites   0 Comments

Color spaces of #e74fcc

RGB 23179204
HSL0.860.760.61
HSV311°66°91°
CMYK 0.000.660.12   0.09
XYZ46.650126.940559.8681
Yxy26.94050.34950.2019
Hunter Lab51.904269.5985-32.0541
CIE-Lab58.919271.4764-34.6772

#e74fcc color RGB value is (231,79,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11001100
Octal 347 117 314
Decimal 231 79 204
Hex E7 4F CC

RGB Percentages of Color #e74fcc

%44.94
%15.37
%39.69

CMYK Percentages of Color #e74fcc

%0
%66
%12
%9

Triadic Colors of #e74fcc

#e74fcc #cce74f #4fcce7

Analogous Colors of #e74fcc

#e74fcc #e74f80 #b64fe7

Monochromatic Colors of #e74fcc

#e74fcc

Complementary Color

#e74fcc #4fe76a

#e74fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fcc Color CSS Codes

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

#e74fcc Text Font Color

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

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


#e74fcc Background Color

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

This div background color is #e74fcc


#e74fcc Border Color

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

This div border color is #e74fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fcc


Comments

No comments written yet.

Please login to write comment.