Color Hex Logo

#e23ebe Color Hex

#E23EBE
(226,62,190)
0 Favorites   0 Comments

Color spaces of #e23ebe

RGB 22662190
HSL0.870.740.56
HSV313°73°89°
CMYK 0.000.730.16   0.11
XYZ42.380923.331750.9849
Yxy23.33170.36320.1999
Hunter Lab48.302972.0856-28.7700
CIE-Lab55.412474.1739-32.1820

#e23ebe color RGB value is (226,62,190).

#e23ebe hex color red value is 226, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e23ebe hue: 0.87 , saturation: 0.74 and the lightness value of e23ebe is 0.56.

The process color (four color CMYK) of #e23ebe color hex is 0.00, 0.73, 0.16, 0.11. Web safe color of #e23ebe is #cc33cc. Color #e23ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111110 10111110
Octal 342 76 276
Decimal 226 62 190
Hex E2 3E BE

RGB Percentages of Color #e23ebe

%47.28
%12.97
%39.75

CMYK Percentages of Color #e23ebe

%0
%73
%16
%11

Triadic Colors of #e23ebe

#e23ebe #bee23e #3ebee2

Analogous Colors of #e23ebe

#e23ebe #e23e6c #b43ee2

Monochromatic Colors of #e23ebe

#e23ebe

Complementary Color

#e23ebe #3ee262

#e23ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23ebe Color CSS Codes

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

#e23ebe Text Font Color

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

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


#e23ebe Background Color

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

This div background color is #e23ebe


#e23ebe Border Color

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

This div border color is #e23ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23ebe


Comments

No comments written yet.

Please login to write comment.