Color Hex Logo

#e292be Color Hex

#E292BE
(226,146,190)
0 Favorites   0 Comments

Color spaces of #e292be

RGB 226146190
HSL0.910.580.73
HSV327°35°89°
CMYK 0.000.350.16   0.11
XYZ50.937240.444253.8370
Yxy40.44420.35080.2785
Hunter Lab63.595831.6775-5.6749
CIE-Lab69.784736.3717-10.2456

#e292be color RGB value is (226,146,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010010 10111110
Octal 342 222 276
Decimal 226 146 190
Hex E2 92 BE

RGB Percentages of Color #e292be

%40.21
%25.98
%33.81

CMYK Percentages of Color #e292be

%0
%35
%16
%11

Triadic Colors of #e292be

#e292be #bee292 #92bee2

Analogous Colors of #e292be

#e292be #e29296 #de92e2

Monochromatic Colors of #e292be

#e292be

Complementary Color

#e292be #92e2b6

#e292be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e292be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e292be Color CSS Codes

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

#e292be Text Font Color

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

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


#e292be Background Color

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

This div background color is #e292be


#e292be Border Color

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

This div border color is #e292be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e292be


Comments

No comments written yet.

Please login to write comment.