Color Hex Logo

#e74fbd Color Hex

#E74FBD
(231,79,189)
0 Favorites   0 Comments

Color spaces of #e74fbd

RGB 23179189
HSL0.880.760.61
HSV317°66°91°
CMYK 0.000.660.18   0.09
XYZ44.936326.255050.8434
Yxy26.25500.36820.2151
Hunter Lab51.239666.8722-22.9638
CIE-Lab58.278369.3488-27.0970

#e74fbd color RGB value is (231,79,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001111 10111101
Octal 347 117 275
Decimal 231 79 189
Hex E7 4F BD

RGB Percentages of Color #e74fbd

%46.29
%15.83
%37.88

CMYK Percentages of Color #e74fbd

%0
%66
%18
%9

Triadic Colors of #e74fbd

#e74fbd #bde74f #4fbde7

Analogous Colors of #e74fbd

#e74fbd #e74f71 #c54fe7

Monochromatic Colors of #e74fbd

#e74fbd

Complementary Color

#e74fbd #4fe779

#e74fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74fbd Color CSS Codes

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

#e74fbd Text Font Color

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

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


#e74fbd Background Color

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

This div background color is #e74fbd


#e74fbd Border Color

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

This div border color is #e74fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74fbd


Comments

No comments written yet.

Please login to write comment.