Color Hex Logo

#e425fb Color Hex

#E425FB
(228,37,251)
0 Favorites   0 Comments

Color spaces of #e425fb

RGB 22837251
HSL0.820.960.56
HSV294°85°98°
CMYK 0.090.850.00   0.02
XYZ50.069124.782293.4113
Yxy24.78220.29760.1473
Hunter Lab49.781792.4124-76.4056
CIE-Lab56.862689.7503-64.4140

#e425fb color RGB value is (228,37,251).

#e425fb hex color red value is 228, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e425fb hue: 0.82 , saturation: 0.96 and the lightness value of e425fb is 0.56.

The process color (four color CMYK) of #e425fb color hex is 0.09, 0.85, 0.00, 0.02. Web safe color of #e425fb is #cc33ff. Color #e425fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100101 11111011
Octal 344 45 373
Decimal 228 37 251
Hex E4 25 FB

RGB Percentages of Color #e425fb

%44.19
%7.17
%48.64

CMYK Percentages of Color #e425fb

%9
%85
%0
%2

Triadic Colors of #e425fb

#e425fb #fbe425 #25fbe4

Analogous Colors of #e425fb

#e425fb #fb25a7 #7925fb

Monochromatic Colors of #e425fb

#e425fb

Complementary Color

#e425fb #3cfb25

#e425fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e425fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e425fb Color CSS Codes

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

#e425fb Text Font Color

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

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


#e425fb Background Color

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

This div background color is #e425fb


#e425fb Border Color

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

This div border color is #e425fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,37,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e425fb


Comments

No comments written yet.

Please login to write comment.