Color Hex Logo

#ff255e Color Hex

#FF255E
(255,37,94)
0 Favorites   0 Comments

Color spaces of #ff255e

RGB 2553794
HSL0.961.000.57
HSV344°85°100°
CMYK 0.000.850.63   0.00
XYZ43.921923.391312.7897
Yxy23.39130.54830.2920
Hunter Lab48.364677.465418.1763
CIE-Lab55.473178.486825.2813

#ff255e color RGB value is (255,37,94).

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

The process color (four color CMYK) of #ff255e color hex is 0.00, 0.85, 0.63, 0.00. Web safe color of #ff255e is #ff3366. Color #ff255e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 01011110
Octal 377 45 136
Decimal 255 37 94
Hex FF 25 5E

RGB Percentages of Color #ff255e

%66.06
%9.59
%24.35

CMYK Percentages of Color #ff255e

%0
%85
%63
%0

Triadic Colors of #ff255e

#ff255e #5eff25 #255eff

Analogous Colors of #ff255e

#ff255e #ff5925 #ff25cb

Monochromatic Colors of #ff255e

#ff255e

Complementary Color

#ff255e #25ffc6

#ff255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff255e Color CSS Codes

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

#ff255e Text Font Color

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

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


#ff255e Background Color

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

This div background color is #ff255e


#ff255e Border Color

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

This div border color is #ff255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff255e

Related Colors


Comments

No comments written yet.

Please login to write comment.