Color Hex Logo

#e74dbf Color Hex

#E74DBF
(231,77,191)
0 Favorites   0 Comments

Color spaces of #e74dbf

RGB 23177191
HSL0.880.760.60
HSV316°67°91°
CMYK 0.000.670.17   0.09
XYZ45.012826.058351.9475
Yxy26.05830.36590.2118
Hunter Lab51.047368.0659-24.6024
CIE-Lab58.092370.3713-28.5327

#e74dbf color RGB value is (231,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001101 10111111
Octal 347 115 277
Decimal 231 77 191
Hex E7 4D BF

RGB Percentages of Color #e74dbf

%46.29
%15.43
%38.28

CMYK Percentages of Color #e74dbf

%0
%67
%17
%9

Triadic Colors of #e74dbf

#e74dbf #bfe74d #4dbfe7

Analogous Colors of #e74dbf

#e74dbf #e74d72 #c24de7

Monochromatic Colors of #e74dbf

#e74dbf

Complementary Color

#e74dbf #4de775

#e74dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74dbf Color CSS Codes

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

#e74dbf Text Font Color

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

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


#e74dbf Background Color

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

This div background color is #e74dbf


#e74dbf Border Color

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

This div border color is #e74dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74dbf


Comments

No comments written yet.

Please login to write comment.