Color Hex Logo

#ff25e4 Color Hex

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

Color spaces of #ff25e4

RGB 25537228
HSL0.851.000.57
HSV307°85°100°
CMYK 0.000.850.11   0.00
XYZ55.905228.184675.8924
Yxy28.18460.34940.1762
Hunter Lab53.089295.0622-47.5942
CIE-Lab60.055191.1059-46.1979

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

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

The process color (four color CMYK) of #ff25e4 color hex is 0.00, 0.85, 0.11, 0.00. Web safe color of #ff25e4 is #ff33cc. Color #ff25e4 contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ff25e4

%49.04
%7.12
%43.85

CMYK Percentages of Color #ff25e4

%0
%85
%11
%0

Triadic Colors of #ff25e4

#ff25e4 #e4ff25 #25e4ff

Analogous Colors of #ff25e4

#ff25e4 #ff2577 #ad25ff

Monochromatic Colors of #ff25e4

#ff25e4

Complementary Color

#ff25e4 #25ff40

#ff25e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff25e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff25e4 Color CSS Codes

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

#ff25e4 Text Font Color

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

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


#ff25e4 Background Color

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

This div background color is #ff25e4


#ff25e4 Border Color

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

This div border color is #ff25e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff25e4

Related Colors


Comments

No comments written yet.

Please login to write comment.