Color Hex Logo

#e02ebe Color Hex

#E02EBE
(224,46,190)
0 Favorites   0 Comments

Color spaces of #e02ebe

RGB 22446190
HSL0.870.740.53
HSV311°79°88°
CMYK 0.000.790.15   0.12
XYZ41.011721.519050.7072
Yxy21.51900.36220.1900
Hunter Lab46.388676.6301-32.3377
CIE-Lab53.512978.2026-35.1745

#e02ebe color RGB value is (224,46,190).

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

The process color (four color CMYK) of #e02ebe color hex is 0.00, 0.79, 0.15, 0.12. Web safe color of #e02ebe is #cc33cc. Color #e02ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101110 10111110
Octal 340 56 276
Decimal 224 46 190
Hex E0 2E BE

RGB Percentages of Color #e02ebe

%48.70
%10.00
%41.30

CMYK Percentages of Color #e02ebe

%0
%79
%15
%12

Triadic Colors of #e02ebe

#e02ebe #bee02e #2ebee0

Analogous Colors of #e02ebe

#e02ebe #e02e65 #a92ee0

Monochromatic Colors of #e02ebe

#e02ebe

Complementary Color

#e02ebe #2ee050

#e02ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02ebe Color CSS Codes

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

#e02ebe Text Font Color

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

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


#e02ebe Background Color

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

This div background color is #e02ebe


#e02ebe Border Color

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

This div border color is #e02ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02ebe


Comments

No comments written yet.

Please login to write comment.