Color Hex Logo

#f713fb Color Hex

#F713FB
(247,19,251)
0 Favorites   0 Comments

Color spaces of #f713fb

RGB 24719251
HSL0.830.970.53
HSV299°92°98°
CMYK 0.020.920.00   0.02
XYZ56.003227.204993.5662
Yxy27.20490.31680.1539
Hunter Lab52.1583100.3812-69.8488
CIE-Lab59.163595.1938-60.5519

#f713fb color RGB value is (247,19,251).

#f713fb hex color red value is 247, green value is 19 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f713fb hue: 0.83 , saturation: 0.97 and the lightness value of f713fb is 0.53.

The process color (four color CMYK) of #f713fb color hex is 0.02, 0.92, 0.00, 0.02. Web safe color of #f713fb is #ff00ff. Color #f713fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010011 11111011
Octal 367 23 373
Decimal 247 19 251
Hex F7 13 FB

RGB Percentages of Color #f713fb

%47.78
%3.68
%48.55

CMYK Percentages of Color #f713fb

%2
%92
%0
%2

Triadic Colors of #f713fb

#f713fb #fbf713 #13fbf7

Analogous Colors of #f713fb

#f713fb #fb138b #8313fb

Monochromatic Colors of #f713fb

#f713fb

Complementary Color

#f713fb #17fb13

#f713fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f713fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f713fb Color CSS Codes

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

#f713fb Text Font Color

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

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


#f713fb Background Color

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

This div background color is #f713fb


#f713fb Border Color

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

This div border color is #f713fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f713fb

Related Colors


Comments

No comments written yet.

Please login to write comment.