Color Hex Logo

#f700ab Color Hex

#F700AB
(247,0,171)
0 Favorites   0 Comments

Color spaces of #f700ab

RGB 2470171
HSL0.881.000.48
HSV318°100°97°
CMYK 0.001.000.31   0.03
XYZ45.708522.714440.5033
Yxy22.71440.41960.2085
Hunter Lab47.659687.7881-17.0256
CIE-Lab54.776986.6594-21.8087

#f700ab color RGB value is (247,0,171).

#f700ab hex color red value is 247, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f700ab hue: 0.88 , saturation: 1.00 and the lightness value of f700ab is 0.48.

The process color (four color CMYK) of #f700ab color hex is 0.00, 1.00, 0.31, 0.03. Web safe color of #f700ab is #ff0099. Color #f700ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000000 10101011
Octal 367 0 253
Decimal 247 0 171
Hex F7 0 AB

RGB Percentages of Color #f700ab

%59.09
%0.00
%40.91

CMYK Percentages of Color #f700ab

%0
%100
%31
%3

Triadic Colors of #f700ab

#f700ab #abf700 #00abf7

Analogous Colors of #f700ab

#f700ab #f70030 #c800f7

Monochromatic Colors of #f700ab

#f700ab

Complementary Color

#f700ab #00f74c

#f700ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f700ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f700ab Color CSS Codes

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

#f700ab Text Font Color

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

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


#f700ab Background Color

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

This div background color is #f700ab


#f700ab Border Color

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

This div border color is #f700ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,0,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 #f700ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f700ab


Comments

No comments written yet.

Please login to write comment.