Color Hex Logo

#e11ffc Color Hex

#E11FFC
(225,31,252)
0 Favorites   0 Comments

Color spaces of #e11ffc

RGB 22531252
HSL0.810.970.55
HSV293°88°99°
CMYK 0.110.880.00   0.01
XYZ49.112024.015894.1425
Yxy24.01580.29360.1436
Hunter Lab49.005993.1260-79.5945
CIE-Lab56.103690.4321-66.2172

#e11ffc color RGB value is (225,31,252).

#e11ffc hex color red value is 225, green value is 31 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e11ffc hue: 0.81 , saturation: 0.97 and the lightness value of e11ffc is 0.55.

The process color (four color CMYK) of #e11ffc color hex is 0.11, 0.88, 0.00, 0.01. Web safe color of #e11ffc is #cc33ff. Color #e11ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011111 11111100
Octal 341 37 374
Decimal 225 31 252
Hex E1 1F FC

RGB Percentages of Color #e11ffc

%44.29
%6.10
%49.61

CMYK Percentages of Color #e11ffc

%11
%88
%0
%1

Triadic Colors of #e11ffc

#e11ffc #fce11f #1ffce1

Analogous Colors of #e11ffc

#e11ffc #fc1fa9 #731ffc

Monochromatic Colors of #e11ffc

#e11ffc

Complementary Color

#e11ffc #3afc1f

#e11ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11ffc Color CSS Codes

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

#e11ffc Text Font Color

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

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


#e11ffc Background Color

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

This div background color is #e11ffc


#e11ffc Border Color

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

This div border color is #e11ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.