Color Hex Logo

#e02fba Color Hex

#E02FBA
(224,47,186)
0 Favorites   0 Comments

Color spaces of #e02fba

RGB 22447186
HSL0.870.740.53
HSV313°79°88°
CMYK 0.000.790.17   0.12
XYZ40.619921.425548.4490
Yxy21.42550.36760.1939
Hunter Lab46.287775.6398-29.6570
CIE-Lab53.412177.4301-33.0120

#e02fba color RGB value is (224,47,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101111 10111010
Octal 340 57 272
Decimal 224 47 186
Hex E0 2F BA

RGB Percentages of Color #e02fba

%49.02
%10.28
%40.70

CMYK Percentages of Color #e02fba

%0
%79
%17
%12

Triadic Colors of #e02fba

#e02fba #bae02f #2fbae0

Analogous Colors of #e02fba

#e02fba #e02f61 #ae2fe0

Monochromatic Colors of #e02fba

#e02fba

Complementary Color

#e02fba #2fe055

#e02fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02fba Color CSS Codes

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

#e02fba Text Font Color

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

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


#e02fba Background Color

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

This div background color is #e02fba


#e02fba Border Color

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

This div border color is #e02fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,47,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02fba


Comments

No comments written yet.

Please login to write comment.