Color Hex Logo

#e374be Color Hex

#E374BE
(227,116,190)
0 Favorites   0 Comments

Color spaces of #e374be

RGB 227116190
HSL0.890.660.67
HSV320°49°89°
CMYK 0.000.490.16   0.11
XYZ47.218232.539452.5073
Yxy32.53940.35700.2460
Hunter Lab57.043347.9294-14.6450
CIE-Lab63.786252.0925-19.2751

#e374be color RGB value is (227,116,190).

#e374be hex color red value is 227, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e374be hue: 0.89 , saturation: 0.66 and the lightness value of e374be is 0.67.

The process color (four color CMYK) of #e374be color hex is 0.00, 0.49, 0.16, 0.11. Web safe color of #e374be is #cc66cc. Color #e374be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110100 10111110
Octal 343 164 276
Decimal 227 116 190
Hex E3 74 BE

RGB Percentages of Color #e374be

%42.59
%21.76
%35.65

CMYK Percentages of Color #e374be

%0
%49
%16
%11

Triadic Colors of #e374be

#e374be #bee374 #74bee3

Analogous Colors of #e374be

#e374be #e37487 #d174e3

Monochromatic Colors of #e374be

#e374be

Complementary Color

#e374be #74e399

#e374be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e374be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e374be Color CSS Codes

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

#e374be Text Font Color

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

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


#e374be Background Color

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

This div background color is #e374be


#e374be Border Color

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

This div border color is #e374be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,116,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e374be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e374be;
  -webkit-box-shadow: 1px 1px 3px 2px #e374be;
  box-shadow:         1px 1px 3px 2px #e374be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,116,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e374be


Comments

No comments written yet.

Please login to write comment.