Color Hex Logo

#e74fb2 Color Hex

#E74FB2
(231,79,178)
0 Favorites   0 Comments

Color spaces of #e74fb2

RGB 23179178
HSL0.890.760.61
HSV321°66°91°
CMYK 0.000.660.23   0.09
XYZ43.786925.795244.7906
Yxy25.79520.38280.2255
Hunter Lab50.789065.0102-16.7353
CIE-Lab57.842167.8790-21.4298

#e74fb2 color RGB value is (231,79,178).

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

The process color (four color CMYK) of #e74fb2 color hex is 0.00, 0.66, 0.23, 0.09. Web safe color of #e74fb2 is #ff6699. Color #e74fb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 10110010
Octal 347 117 262
Decimal 231 79 178
Hex E7 4F B2

RGB Percentages of Color #e74fb2

%47.34
%16.19
%36.48

CMYK Percentages of Color #e74fb2

%0
%66
%23
%9

Triadic Colors of #e74fb2

#e74fb2 #b2e74f #4fb2e7

Analogous Colors of #e74fb2

#e74fb2 #e74f66 #d04fe7

Monochromatic Colors of #e74fb2

#e74fb2

Complementary Color

#e74fb2 #4fe784

#e74fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fb2 Color CSS Codes

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

#e74fb2 Text Font Color

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

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


#e74fb2 Background Color

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

This div background color is #e74fb2


#e74fb2 Border Color

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

This div border color is #e74fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fb2


Comments

No comments written yet.

Please login to write comment.