Color Hex Logo

#f71cbd Color Hex

#F71CBD
(247,28,189)
0 Favorites   0 Comments

Color spaces of #f71cbd

RGB 24728189
HSL0.880.930.54
HSV316°89°97°
CMYK 0.000.890.23   0.03
XYZ47.958324.278850.3027
Yxy24.27880.39140.1981
Hunter Lab49.273587.5068-26.0369
CIE-Lab56.365986.1351-29.8423

#f71cbd color RGB value is (247,28,189).

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

The process color (four color CMYK) of #f71cbd color hex is 0.00, 0.89, 0.23, 0.03. Web safe color of #f71cbd is #ff33cc. Color #f71cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011100 10111101
Octal 367 34 275
Decimal 247 28 189
Hex F7 1C BD

RGB Percentages of Color #f71cbd

%53.23
%6.03
%40.73

CMYK Percentages of Color #f71cbd

%0
%89
%23
%3

Triadic Colors of #f71cbd

#f71cbd #bdf71c #1cbdf7

Analogous Colors of #f71cbd

#f71cbd #f71c50 #c41cf7

Monochromatic Colors of #f71cbd

#f71cbd

Complementary Color

#f71cbd #1cf756

#f71cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71cbd Color CSS Codes

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

#f71cbd Text Font Color

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

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


#f71cbd Background Color

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

This div background color is #f71cbd


#f71cbd Border Color

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

This div border color is #f71cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71cbd


Comments

No comments written yet.

Please login to write comment.