Color Hex Logo

#ff256f Color Hex

#FF256F
(255,37,111)
2 Favorites   0 Comments

Color spaces of #ff256f

RGB 25537111
HSL0.941.000.57
HSV340°85°100°
CMYK 0.000.850.56   0.00
XYZ44.770823.730817.2597
Yxy23.73080.52200.2767
Hunter Lab48.714378.800313.0933
CIE-Lab55.817379.478015.5829

#ff256f color RGB value is (255,37,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 01101111
Octal 377 45 157
Decimal 255 37 111
Hex FF 25 6F

RGB Percentages of Color #ff256f

%63.28
%9.18
%27.54

CMYK Percentages of Color #ff256f

%0
%85
%56
%0

Triadic Colors of #ff256f

#ff256f #6fff25 #256fff

Analogous Colors of #ff256f

#ff256f #ff4825 #ff25dc

Monochromatic Colors of #ff256f

#ff256f

Complementary Color

#ff256f #25ffb5

#ff256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff256f Color CSS Codes

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

#ff256f Text Font Color

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

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


#ff256f Background Color

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

This div background color is #ff256f


#ff256f Border Color

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

This div border color is #ff256f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff256f


Comments

No comments written yet.

Please login to write comment.