Color Hex Logo

#e294bf Color Hex

#E294BF
(226,148,191)
0 Favorites   0 Comments

Color spaces of #e294bf

RGB 226148191
HSL0.910.570.73
HSV327°35°89°
CMYK 0.000.350.15   0.11
XYZ51.357941.110154.5184
Yxy41.11010.34940.2797
Hunter Lab64.117230.7736-5.5319
CIE-Lab70.253035.4685-10.1028

#e294bf color RGB value is (226,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 10111111
Octal 342 224 277
Decimal 226 148 191
Hex E2 94 BF

RGB Percentages of Color #e294bf

%40.00
%26.19
%33.81

CMYK Percentages of Color #e294bf

%0
%35
%15
%11

Triadic Colors of #e294bf

#e294bf #bfe294 #94bfe2

Analogous Colors of #e294bf

#e294bf #e29498 #de94e2

Monochromatic Colors of #e294bf

#e294bf

Complementary Color

#e294bf #94e2b7

#e294bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294bf Color CSS Codes

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

#e294bf Text Font Color

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

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


#e294bf Background Color

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

This div background color is #e294bf


#e294bf Border Color

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

This div border color is #e294bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294bf


Comments

No comments written yet.

Please login to write comment.