Color Hex Logo

#e294be Color Hex

#E294BE
(226,148,190)
0 Favorites   0 Comments

Color spaces of #e294be

RGB 226148190
HSL0.910.570.73
HSV328°35°89°
CMYK 0.000.350.16   0.11
XYZ51.248241.066353.9407
Yxy41.06630.35040.2808
Hunter Lab64.083030.6041-5.0482
CIE-Lab70.222335.3104-9.5926

#e294be color RGB value is (226,148,190).

#e294be hex color red value is 226, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e294be hue: 0.91 , saturation: 0.57 and the lightness value of e294be is 0.73.

The process color (four color CMYK) of #e294be color hex is 0.00, 0.35, 0.16, 0.11. Web safe color of #e294be is #cc99cc. Color #e294be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 10111110
Octal 342 224 276
Decimal 226 148 190
Hex E2 94 BE

RGB Percentages of Color #e294be

%40.07
%26.24
%33.69

CMYK Percentages of Color #e294be

%0
%35
%16
%11

Triadic Colors of #e294be

#e294be #bee294 #94bee2

Analogous Colors of #e294be

#e294be #e29497 #df94e2

Monochromatic Colors of #e294be

#e294be

Complementary Color

#e294be #94e2b8

#e294be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294be Color CSS Codes

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

#e294be Text Font Color

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

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


#e294be Background Color

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

This div background color is #e294be


#e294be Border Color

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

This div border color is #e294be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,148,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 #e294be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294be


Comments

No comments written yet.

Please login to write comment.