Color Hex Logo

#e126fc Color Hex

#E126FC
(225,38,252)
0 Favorites   0 Comments

Color spaces of #e126fc

RGB 22538252
HSL0.810.970.57
HSV292°85°99°
CMYK 0.110.850.00   0.01
XYZ49.315124.422194.2102
Yxy24.42210.29360.1454
Hunter Lab49.418791.6430-78.4354
CIE-Lab56.508089.2416-65.5657

#e126fc color RGB value is (225,38,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 11111100
Octal 341 46 374
Decimal 225 38 252
Hex E1 26 FC

RGB Percentages of Color #e126fc

%43.69
%7.38
%48.93

CMYK Percentages of Color #e126fc

%11
%85
%0
%1

Triadic Colors of #e126fc

#e126fc #fce126 #26fce1

Analogous Colors of #e126fc

#e126fc #fc26ac #7626fc

Monochromatic Colors of #e126fc

#e126fc

Complementary Color

#e126fc #41fc26

#e126fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e126fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e126fc Color CSS Codes

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

#e126fc Text Font Color

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

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


#e126fc Background Color

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

This div background color is #e126fc


#e126fc Border Color

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

This div border color is #e126fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e126fc


Comments

No comments written yet.

Please login to write comment.