Color Hex Logo

#ff138a Color Hex

#FF138A
(255,19,138)
0 Favorites   0 Comments

Color spaces of #ff138a

RGB 25519138
HSL0.921.000.54
HSV330°93°100°
CMYK 0.000.930.46   0.00
XYZ46.060323.560726.1648
Yxy23.56070.48090.2460
Hunter Lab48.539484.43952.0177
CIE-Lab55.645283.9191-0.8151

#ff138a color RGB value is (255,19,138).

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

The process color (four color CMYK) of #ff138a color hex is 0.00, 0.93, 0.46, 0.00. Web safe color of #ff138a is #ff0099. Color #ff138a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 10001010
Octal 377 23 212
Decimal 255 19 138
Hex FF 13 8A

RGB Percentages of Color #ff138a

%61.89
%4.61
%33.50

CMYK Percentages of Color #ff138a

%0
%93
%46
%0

Triadic Colors of #ff138a

#ff138a #8aff13 #138aff

Analogous Colors of #ff138a

#ff138a #ff1314 #fe13ff

Monochromatic Colors of #ff138a

#ff138a

Complementary Color

#ff138a #13ff88

#ff138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff138a Color CSS Codes

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

#ff138a Text Font Color

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

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


#ff138a Background Color

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

This div background color is #ff138a


#ff138a Border Color

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

This div border color is #ff138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff138a


Comments

No comments written yet.

Please login to write comment.