Color Hex Logo

#e292bc Color Hex

#E292BC
(226,146,188)
0 Favorites   0 Comments

Color spaces of #e292bc

RGB 226146188
HSL0.910.580.73
HSV329°35°89°
CMYK 0.000.350.17   0.11
XYZ50.720040.357452.6935
Yxy40.35740.35280.2807
Hunter Lab63.527531.3404-4.7095
CIE-Lab69.723336.0584-9.2238

#e292bc color RGB value is (226,146,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010010 10111100
Octal 342 222 274
Decimal 226 146 188
Hex E2 92 BC

RGB Percentages of Color #e292bc

%40.36
%26.07
%33.57

CMYK Percentages of Color #e292bc

%0
%35
%17
%11

Triadic Colors of #e292bc

#e292bc #bce292 #92bce2

Analogous Colors of #e292bc

#e292bc #e29294 #e092e2

Monochromatic Colors of #e292bc

#e292bc

Complementary Color

#e292bc #92e2b8

#e292bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e292bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e292bc Color CSS Codes

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

#e292bc Text Font Color

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

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


#e292bc Background Color

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

This div background color is #e292bc


#e292bc Border Color

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

This div border color is #e292bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e292bc


Comments

No comments written yet.

Please login to write comment.