Color Hex Logo

#e125fc Color Hex

#E125FC
(225,37,252)
0 Favorites   0 Comments

Color spaces of #e125fc

RGB 22537252
HSL0.810.970.57
HSV292°85°99°
CMYK 0.110.850.00   0.01
XYZ49.283624.359094.1997
Yxy24.35900.29360.1451
Hunter Lab49.354891.8714-78.6138
CIE-Lab56.445589.4254-65.6664

#e125fc color RGB value is (225,37,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100101 11111100
Octal 341 45 374
Decimal 225 37 252
Hex E1 25 FC

RGB Percentages of Color #e125fc

%43.77
%7.20
%49.03

CMYK Percentages of Color #e125fc

%11
%85
%0
%1

Triadic Colors of #e125fc

#e125fc #fce125 #25fce1

Analogous Colors of #e125fc

#e125fc #fc25ac #7625fc

Monochromatic Colors of #e125fc

#e125fc

Complementary Color

#e125fc #40fc25

#e125fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e125fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e125fc Color CSS Codes

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

#e125fc Text Font Color

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

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


#e125fc Background Color

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

This div background color is #e125fc


#e125fc Border Color

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

This div border color is #e125fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e125fc


Comments

No comments written yet.

Please login to write comment.