Color Hex Logo

#ff138e Color Hex

#FF138E
(255,19,142)
0 Favorites   0 Comments

Color spaces of #ff138e

RGB 25519142
HSL0.911.000.54
HSV329°93°100°
CMYK 0.000.930.44   0.00
XYZ46.355423.678727.7184
Yxy23.67870.47420.2422
Hunter Lab48.660884.88700.2895
CIE-Lab55.764784.2414-3.0231

#ff138e color RGB value is (255,19,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 10001110
Octal 377 23 216
Decimal 255 19 142
Hex FF 13 8E

RGB Percentages of Color #ff138e

%61.30
%4.57
%34.13

CMYK Percentages of Color #ff138e

%0
%93
%44
%0

Triadic Colors of #ff138e

#ff138e #8eff13 #138eff

Analogous Colors of #ff138e

#ff138e #ff1318 #fa13ff

Monochromatic Colors of #ff138e

#ff138e

Complementary Color

#ff138e #13ff84

#ff138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff138e Color CSS Codes

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

#ff138e Text Font Color

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

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


#ff138e Background Color

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

This div background color is #ff138e


#ff138e Border Color

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

This div border color is #ff138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff138e


Comments

No comments written yet.

Please login to write comment.