Color Hex Logo

#e02fbe Color Hex

#E02FBE
(224,47,190)
0 Favorites   0 Comments

Color spaces of #e02fbe

RGB 22447190
HSL0.870.740.53
HSV312°79°88°
CMYK 0.000.790.15   0.12
XYZ41.051221.598050.7204
Yxy21.59800.36210.1905
Hunter Lab46.473676.3441-32.1764
CIE-Lab53.597977.9576-35.0415

#e02fbe color RGB value is (224,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101111 10111110
Octal 340 57 276
Decimal 224 47 190
Hex E0 2F BE

RGB Percentages of Color #e02fbe

%48.59
%10.20
%41.21

CMYK Percentages of Color #e02fbe

%0
%79
%15
%12

Triadic Colors of #e02fbe

#e02fbe #bee02f #2fbee0

Analogous Colors of #e02fbe

#e02fbe #e02f66 #aa2fe0

Monochromatic Colors of #e02fbe

#e02fbe

Complementary Color

#e02fbe #2fe051

#e02fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02fbe Color CSS Codes

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

#e02fbe Text Font Color

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

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


#e02fbe Background Color

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

This div background color is #e02fbe


#e02fbe Border Color

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

This div border color is #e02fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02fbe


Comments

No comments written yet.

Please login to write comment.