Color Hex Logo

#ff255a Color Hex

#FF255A
(255,37,90)
0 Favorites   0 Comments

Color spaces of #ff255a

RGB 2553790
HSL0.961.000.57
HSV345°85°100°
CMYK 0.000.850.65   0.00
XYZ43.747023.321311.8686
Yxy23.32130.55420.2954
Hunter Lab48.292177.188819.2330
CIE-Lab55.401878.280627.5684

#ff255a color RGB value is (255,37,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 01011010
Octal 377 45 132
Decimal 255 37 90
Hex FF 25 5A

RGB Percentages of Color #ff255a

%66.75
%9.69
%23.56

CMYK Percentages of Color #ff255a

%0
%85
%65
%0

Triadic Colors of #ff255a

#ff255a #5aff25 #255aff

Analogous Colors of #ff255a

#ff255a #ff5d25 #ff25c7

Monochromatic Colors of #ff255a

#ff255a

Complementary Color

#ff255a #25ffca

#ff255a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff255a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff255a Color CSS Codes

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

#ff255a Text Font Color

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

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


#ff255a Background Color

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

This div background color is #ff255a


#ff255a Border Color

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

This div border color is #ff255a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff255a

Related Colors


Comments

No comments written yet.

Please login to write comment.