Color Hex Logo

#e02cbe Color Hex

#E02CBE
(224,44,190)
0 Favorites   0 Comments

Color spaces of #e02cbe

RGB 22444190
HSL0.860.740.53
HSV311°80°88°
CMYK 0.000.800.15   0.12
XYZ40.935421.366450.6818
Yxy21.36640.36230.1891
Hunter Lab46.223877.1864-32.6515
CIE-Lab53.348278.6781-35.4326

#e02cbe color RGB value is (224,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101100 10111110
Octal 340 54 276
Decimal 224 44 190
Hex E0 2C BE

RGB Percentages of Color #e02cbe

%48.91
%9.61
%41.48

CMYK Percentages of Color #e02cbe

%0
%80
%15
%12

Triadic Colors of #e02cbe

#e02cbe #bee02c #2cbee0

Analogous Colors of #e02cbe

#e02cbe #e02c64 #a82ce0

Monochromatic Colors of #e02cbe

#e02cbe

Complementary Color

#e02cbe #2ce04e

#e02cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02cbe Color CSS Codes

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

#e02cbe Text Font Color

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

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


#e02cbe Background Color

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

This div background color is #e02cbe


#e02cbe Border Color

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

This div border color is #e02cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02cbe


Comments

No comments written yet.

Please login to write comment.