Color Hex Logo

#f117ab Color Hex

#F117AB
(241,23,171)
0 Favorites   0 Comments

Color spaces of #f117ab

RGB 24123171
HSL0.890.890.52
HSV319°90°95°
CMYK 0.000.900.29   0.05
XYZ43.932722.253840.5080
Yxy22.25380.41180.2086
Hunter Lab47.173983.6812-17.8902
CIE-Lab54.295383.5955-22.6448

#f117ab color RGB value is (241,23,171).

#f117ab hex color red value is 241, green value is 23 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f117ab hue: 0.89 , saturation: 0.89 and the lightness value of f117ab is 0.52.

The process color (four color CMYK) of #f117ab color hex is 0.00, 0.90, 0.29, 0.05. Web safe color of #f117ab is #ff0099. Color #f117ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010111 10101011
Octal 361 27 253
Decimal 241 23 171
Hex F1 17 AB

RGB Percentages of Color #f117ab

%55.40
%5.29
%39.31

CMYK Percentages of Color #f117ab

%0
%90
%29
%5

Triadic Colors of #f117ab

#f117ab #abf117 #17abf1

Analogous Colors of #f117ab

#f117ab #f1173e #ca17f1

Monochromatic Colors of #f117ab

#f117ab

Complementary Color

#f117ab #17f15d

#f117ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f117ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f117ab Color CSS Codes

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

#f117ab Text Font Color

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

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


#f117ab Background Color

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

This div background color is #f117ab


#f117ab Border Color

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

This div border color is #f117ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,23,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f117ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f117ab;
  -webkit-box-shadow: 1px 1px 3px 2px #f117ab;
  box-shadow:         1px 1px 3px 2px #f117ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,23,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f117ab


Comments

No comments written yet.

Please login to write comment.