Color Hex Logo

#f718bc Color Hex

#F718BC
(247,24,188)
0 Favorites   0 Comments

Color spaces of #f718bc

RGB 24724188
HSL0.880.930.53
HSV316°90°97°
CMYK 0.000.900.24   0.03
XYZ47.761524.058349.7033
Yxy24.05830.39300.1980
Hunter Lab49.049387.9774-25.7461
CIE-Lab56.146186.5370-29.6046

#f718bc color RGB value is (247,24,188).

#f718bc hex color red value is 247, green value is 24 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f718bc hue: 0.88 , saturation: 0.93 and the lightness value of f718bc is 0.53.

The process color (four color CMYK) of #f718bc color hex is 0.00, 0.90, 0.24, 0.03. Web safe color of #f718bc is #ff00cc. Color #f718bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011000 10111100
Octal 367 30 274
Decimal 247 24 188
Hex F7 18 BC

RGB Percentages of Color #f718bc

%53.81
%5.23
%40.96

CMYK Percentages of Color #f718bc

%0
%90
%24
%3

Triadic Colors of #f718bc

#f718bc #bcf718 #18bcf7

Analogous Colors of #f718bc

#f718bc #f7184d #c318f7

Monochromatic Colors of #f718bc

#f718bc

Complementary Color

#f718bc #18f753

#f718bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f718bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f718bc Color CSS Codes

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

#f718bc Text Font Color

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

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


#f718bc Background Color

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

This div background color is #f718bc


#f718bc Border Color

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

This div border color is #f718bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,24,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f718bc


Comments

No comments written yet.

Please login to write comment.