Color Hex Logo

#f0117b Color Hex

#F0117B
(240,17,123)
0 Favorites   0 Comments

Color spaces of #f0117b

RGB 24017123
HSL0.920.880.50
HSV331°93°94°
CMYK 0.000.930.49   0.06
XYZ39.710820.356220.5750
Yxy20.35620.49240.2524
Hunter Lab45.117878.15184.5446
CIE-Lab52.237679.66172.8823

#f0117b color RGB value is (240,17,123).

#f0117b hex color red value is 240, green value is 17 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f0117b hue: 0.92 , saturation: 0.88 and the lightness value of f0117b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 01111011
Octal 360 21 173
Decimal 240 17 123
Hex F0 11 7B

RGB Percentages of Color #f0117b

%63.16
%4.47
%32.37

CMYK Percentages of Color #f0117b

%0
%93
%49
%6

Triadic Colors of #f0117b

#f0117b #7bf011 #117bf0

Analogous Colors of #f0117b

#f0117b #f01611 #f011eb

Monochromatic Colors of #f0117b

#f0117b

Complementary Color

#f0117b #11f086

#f0117b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0117b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0117b Color CSS Codes

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

#f0117b Text Font Color

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

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


#f0117b Background Color

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

This div background color is #f0117b


#f0117b Border Color

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

This div border color is #f0117b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,17,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0117b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0117b;
  -webkit-box-shadow: 1px 1px 3px 2px #f0117b;
  box-shadow:         1px 1px 3px 2px #f0117b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,17,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0117b


Comments

No comments written yet.

Please login to write comment.