Color Hex Logo

#e425ff Color Hex

#E425FF
(228,37,255)
0 Favorites   0 Comments

Color spaces of #e425ff

RGB 22837255
HSL0.811.000.57
HSV293°85°100°
CMYK 0.110.850.00   0.00
XYZ50.706525.037196.7679
Yxy25.03710.29390.1451
Hunter Lab50.037193.3231-79.6364
CIE-Lab57.111690.3835-66.2343

#e425ff color RGB value is (228,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100101 11111111
Octal 344 45 377
Decimal 228 37 255
Hex E4 25 FF

RGB Percentages of Color #e425ff

%43.85
%7.12
%49.04

CMYK Percentages of Color #e425ff

%11
%85
%0
%0

Triadic Colors of #e425ff

#e425ff #ffe425 #25ffe4

Analogous Colors of #e425ff

#e425ff #ff25ad #7725ff

Monochromatic Colors of #e425ff

#e425ff

Complementary Color

#e425ff #40ff25

#e425ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e425ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e425ff Color CSS Codes

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

#e425ff Text Font Color

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

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


#e425ff Background Color

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

This div background color is #e425ff


#e425ff Border Color

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

This div border color is #e425ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e425ff


Comments

No comments written yet.

Please login to write comment.