Color Hex Logo

#e002be Color Hex

#E002BE
(224,2,190)
0 Favorites   0 Comments

Color spaces of #e002be

RGB 2242190
HSL0.860.980.44
HSV309°99°88°
CMYK 0.000.990.15   0.12
XYZ40.056419.608450.3888
Yxy19.60840.36400.1782
Hunter Lab44.281483.9766-36.4705
CIE-Lab51.391584.3896-38.5069

#e002be color RGB value is (224,2,190).

#e002be hex color red value is 224, green value is 2 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e002be hue: 0.86 , saturation: 0.98 and the lightness value of e002be is 0.44.

The process color (four color CMYK) of #e002be color hex is 0.00, 0.99, 0.15, 0.12. Web safe color of #e002be is #cc00cc. Color #e002be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000010 10111110
Octal 340 2 276
Decimal 224 2 190
Hex E0 2 BE

RGB Percentages of Color #e002be

%53.85
%0.48
%45.67

CMYK Percentages of Color #e002be

%0
%99
%15
%12

Triadic Colors of #e002be

#e002be #bee002 #02bee0

Analogous Colors of #e002be

#e002be #e0024f #9302e0

Monochromatic Colors of #e002be

#e002be

Complementary Color

#e002be #02e024

#e002be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e002be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e002be Color CSS Codes

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

#e002be Text Font Color

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

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


#e002be Background Color

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

This div background color is #e002be


#e002be Border Color

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

This div border color is #e002be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e002be


Comments

No comments written yet.

Please login to write comment.