Color Hex Logo

#ff138f Color Hex

#FF138F
(255,19,143)
0 Favorites   0 Comments

Color spaces of #ff138f

RGB 25519143
HSL0.911.000.54
HSV328°93°100°
CMYK 0.000.930.44   0.00
XYZ46.430823.708928.1157
Yxy23.70890.47260.2413
Hunter Lab48.691885.0008-0.1511
CIE-Lab55.795284.3232-3.5733

#ff138f color RGB value is (255,19,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 10001111
Octal 377 23 217
Decimal 255 19 143
Hex FF 13 8F

RGB Percentages of Color #ff138f

%61.15
%4.56
%34.29

CMYK Percentages of Color #ff138f

%0
%93
%44
%0

Triadic Colors of #ff138f

#ff138f #8fff13 #138fff

Analogous Colors of #ff138f

#ff138f #ff1319 #f913ff

Monochromatic Colors of #ff138f

#ff138f

Complementary Color

#ff138f #13ff83

#ff138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff138f Color CSS Codes

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

#ff138f Text Font Color

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

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


#ff138f Background Color

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

This div background color is #ff138f


#ff138f Border Color

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

This div border color is #ff138f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff138f


Comments

No comments written yet.

Please login to write comment.