Color Hex Logo

#e11eca Color Hex

#E11ECA
(225,30,202)
0 Favorites   0 Comments

Color spaces of #e11eca

RGB 22530202
HSL0.850.760.50
HSV307°87°88°
CMYK 0.000.870.10   0.12
XYZ42.176321.200457.7463
Yxy21.20040.34820.1750
Hunter Lab46.043982.9296-42.1283
CIE-Lab53.168183.2317-42.6339

#e11eca color RGB value is (225,30,202).

#e11eca hex color red value is 225, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e11eca hue: 0.85 , saturation: 0.76 and the lightness value of e11eca is 0.50.

The process color (four color CMYK) of #e11eca color hex is 0.00, 0.87, 0.10, 0.12. Web safe color of #e11eca is #cc33cc. Color #e11eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011110 11001010
Octal 341 36 312
Decimal 225 30 202
Hex E1 1E CA

RGB Percentages of Color #e11eca

%49.23
%6.56
%44.20

CMYK Percentages of Color #e11eca

%0
%87
%10
%12

Triadic Colors of #e11eca

#e11eca #cae11e #1ecae1

Analogous Colors of #e11eca

#e11eca #e11e69 #971ee1

Monochromatic Colors of #e11eca

#e11eca

Complementary Color

#e11eca #1ee135

#e11eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11eca Color CSS Codes

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

#e11eca Text Font Color

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

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


#e11eca Background Color

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

This div background color is #e11eca


#e11eca Border Color

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

This div border color is #e11eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,30,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e11eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e11eca;
  -webkit-box-shadow: 1px 1px 3px 2px #e11eca;
  box-shadow:         1px 1px 3px 2px #e11eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,30,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11eca


Comments

No comments written yet.

Please login to write comment.