Color Hex Logo

#ff0a5e Color Hex

#FF0A5E
(255,10,94)
0 Favorites   0 Comments

Color spaces of #ff0a5e

RGB 2551094
HSL0.941.000.52
HSV339°96°100°
CMYK 0.000.960.63   0.00
XYZ43.368922.285212.6054
Yxy22.28520.55420.2848
Hunter Lab47.207281.374017.2133
CIE-Lab54.328381.792123.7802

#ff0a5e color RGB value is (255,10,94).

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

The process color (four color CMYK) of #ff0a5e color hex is 0.00, 0.96, 0.63, 0.00. Web safe color of #ff0a5e is #ff0066. Color #ff0a5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001010 01011110
Octal 377 12 136
Decimal 255 10 94
Hex FF A 5E

RGB Percentages of Color #ff0a5e

%71.03
%2.79
%26.18

CMYK Percentages of Color #ff0a5e

%0
%96
%63
%0

Triadic Colors of #ff0a5e

#ff0a5e #5eff0a #0a5eff

Analogous Colors of #ff0a5e

#ff0a5e #ff310a #ff0ad9

Monochromatic Colors of #ff0a5e

#ff0a5e

Complementary Color

#ff0a5e #0affab

#ff0a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0a5e Color CSS Codes

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

#ff0a5e Text Font Color

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

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


#ff0a5e Background Color

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

This div background color is #ff0a5e


#ff0a5e Border Color

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

This div border color is #ff0a5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,10,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 #ff0a5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0a5e

Related Colors


Comments

No comments written yet.

Please login to write comment.