Color Hex Logo

#e74fc1 Color Hex

#E74FC1
(231,79,193)
0 Favorites   0 Comments

Color spaces of #e74fc1

RGB 23179193
HSL0.880.760.61
HSV315°66°91°
CMYK 0.000.660.16   0.09
XYZ45.376626.431153.1622
Yxy26.43110.36310.2115
Hunter Lab51.411267.5783-25.3215
CIE-Lab58.444069.9026-29.1351

#e74fc1 color RGB value is (231,79,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 11000001
Octal 347 117 301
Decimal 231 79 193
Hex E7 4F C1

RGB Percentages of Color #e74fc1

%45.92
%15.71
%38.37

CMYK Percentages of Color #e74fc1

%0
%66
%16
%9

Triadic Colors of #e74fc1

#e74fc1 #c1e74f #4fc1e7

Analogous Colors of #e74fc1

#e74fc1 #e74f75 #c14fe7

Monochromatic Colors of #e74fc1

#e74fc1

Complementary Color

#e74fc1 #4fe775

#e74fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fc1 Color CSS Codes

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

#e74fc1 Text Font Color

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

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


#e74fc1 Background Color

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

This div background color is #e74fc1


#e74fc1 Border Color

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

This div border color is #e74fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fc1


Comments

No comments written yet.

Please login to write comment.