Color Hex Logo

#e292ea Color Hex

#E292EA
(226,146,234)
0 Favorites   0 Comments

Color spaces of #e292ea

RGB 226146234
HSL0.820.680.75
HSV295°38°92°
CMYK 0.030.380.00   0.08
XYZ56.494242.667083.0999
Yxy42.66700.31000.2341
Hunter Lab65.320040.0718-29.7046
CIE-Lab71.328443.9805-32.2060

#e292ea color RGB value is (226,146,234).

#e292ea hex color red value is 226, green value is 146 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e292ea hue: 0.82 , saturation: 0.68 and the lightness value of e292ea is 0.75.

The process color (four color CMYK) of #e292ea color hex is 0.03, 0.38, 0.00, 0.08. Web safe color of #e292ea is #cc99ff. Color #e292ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010010 11101010
Octal 342 222 352
Decimal 226 146 234
Hex E2 92 EA

RGB Percentages of Color #e292ea

%37.29
%24.09
%38.61

CMYK Percentages of Color #e292ea

%3
%38
%0
%8

Triadic Colors of #e292ea

#e292ea #eae292 #92eae2

Analogous Colors of #e292ea

#e292ea #ea92c6 #b692ea

Monochromatic Colors of #e292ea

#e292ea

Complementary Color

#e292ea #9aea92

#e292ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e292ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e292ea Color CSS Codes

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

#e292ea Text Font Color

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

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


#e292ea Background Color

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

This div background color is #e292ea


#e292ea Border Color

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

This div border color is #e292ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e292ea


Comments

No comments written yet.

Please login to write comment.