Color Hex Logo

#ff0f8c Color Hex

#FF0F8C
(255,15,140)
0 Favorites   0 Comments

Color spaces of #ff0f8c

RGB 25515140
HSL0.911.000.53
HSV329°94°100°
CMYK 0.000.940.45   0.00
XYZ46.144423.495126.9139
Yxy23.49510.47790.2433
Hunter Lab48.471785.10391.0095
CIE-Lab55.578784.4449-2.1054

#ff0f8c color RGB value is (255,15,140).

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

The process color (four color CMYK) of #ff0f8c color hex is 0.00, 0.94, 0.45, 0.00. Web safe color of #ff0f8c is #ff0099. Color #ff0f8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001111 10001100
Octal 377 17 214
Decimal 255 15 140
Hex FF F 8C

RGB Percentages of Color #ff0f8c

%62.20
%3.66
%34.15

CMYK Percentages of Color #ff0f8c

%0
%94
%45
%0

Triadic Colors of #ff0f8c

#ff0f8c #8cff0f #0f8cff

Analogous Colors of #ff0f8c

#ff0f8c #ff0f14 #fa0fff

Monochromatic Colors of #ff0f8c

#ff0f8c

Complementary Color

#ff0f8c #0fff82

#ff0f8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0f8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0f8c Color CSS Codes

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

#ff0f8c Text Font Color

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

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


#ff0f8c Background Color

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

This div background color is #ff0f8c


#ff0f8c Border Color

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

This div border color is #ff0f8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0f8c

#ff0f8c Color Palettes


Comments

No comments written yet.

Please login to write comment.