Color Hex Logo

#e294bc Color Hex

#E294BC
(226,148,188)
0 Favorites   0 Comments

Color spaces of #e294bc

RGB 226148188
HSL0.910.570.73
HSV329°35°89°
CMYK 0.000.350.17   0.11
XYZ51.031040.979452.7971
Yxy40.97940.35240.2830
Hunter Lab64.015230.2684-4.0894
CIE-Lab70.161534.9970-8.5712

#e294bc color RGB value is (226,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 10111100
Octal 342 224 274
Decimal 226 148 188
Hex E2 94 BC

RGB Percentages of Color #e294bc

%40.21
%26.33
%33.45

CMYK Percentages of Color #e294bc

%0
%35
%17
%11

Triadic Colors of #e294bc

#e294bc #bce294 #94bce2

Analogous Colors of #e294bc

#e294bc #e29495 #e194e2

Monochromatic Colors of #e294bc

#e294bc

Complementary Color

#e294bc #94e2ba

#e294bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294bc Color CSS Codes

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

#e294bc Text Font Color

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

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


#e294bc Background Color

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

This div background color is #e294bc


#e294bc Border Color

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

This div border color is #e294bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,148,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294bc


Comments

No comments written yet.

Please login to write comment.