Color Hex Logo

#ff125e Color Hex

#FF125E
(255,18,94)
0 Favorites   0 Comments

Color spaces of #ff125e

RGB 2551894
HSL0.951.000.54
HSV341°93°100°
CMYK 0.000.930.63   0.00
XYZ43.476722.500812.6413
Yxy22.50080.55300.2862
Hunter Lab47.435080.593417.4039
CIE-Lab54.554481.136424.0775

#ff125e color RGB value is (255,18,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010010 01011110
Octal 377 22 136
Decimal 255 18 94
Hex FF 12 5E

RGB Percentages of Color #ff125e

%69.48
%4.90
%25.61

CMYK Percentages of Color #ff125e

%0
%93
%63
%0

Triadic Colors of #ff125e

#ff125e #5eff12 #125eff

Analogous Colors of #ff125e

#ff125e #ff3c12 #ff12d5

Monochromatic Colors of #ff125e

#ff125e

Complementary Color

#ff125e #12ffb3

#ff125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff125e Color CSS Codes

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

#ff125e Text Font Color

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

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


#ff125e Background Color

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

This div background color is #ff125e


#ff125e Border Color

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

This div border color is #ff125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff125e

Related Colors


Comments

No comments written yet.

Please login to write comment.