Color Hex Logo

#f71edb Color Hex

#F71EDB
(247,30,219)
0 Favorites   0 Comments

Color spaces of #f71edb

RGB 24730219
HSL0.850.930.54
HSV308°88°97°
CMYK 0.000.880.11   0.03
XYZ51.608225.817269.2810
Yxy25.81720.35180.1760
Hunter Lab50.810692.3833-45.2753
CIE-Lab57.863189.5336-44.6707

#f71edb color RGB value is (247,30,219).

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

The process color (four color CMYK) of #f71edb color hex is 0.00, 0.88, 0.11, 0.03. Web safe color of #f71edb is #ff33cc. Color #f71edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011110 11011011
Octal 367 36 333
Decimal 247 30 219
Hex F7 1E DB

RGB Percentages of Color #f71edb

%49.80
%6.05
%44.15

CMYK Percentages of Color #f71edb

%0
%88
%11
%3

Triadic Colors of #f71edb

#f71edb #dbf71e #1edbf7

Analogous Colors of #f71edb

#f71edb #f71e6f #a71ef7

Monochromatic Colors of #f71edb

#f71edb

Complementary Color

#f71edb #1ef73a

#f71edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71edb Color CSS Codes

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

#f71edb Text Font Color

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

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


#f71edb Background Color

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

This div background color is #f71edb


#f71edb Border Color

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

This div border color is #f71edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71edb


Comments

No comments written yet.

Please login to write comment.