Color Hex Logo

#f705fb Color Hex

#F705FB
(247,5,251)
0 Favorites   0 Comments

Color spaces of #f705fb

RGB 2475251
HSL0.830.970.50
HSV299°98°98°
CMYK 0.020.980.00   0.02
XYZ55.824626.847793.5066
Yxy26.84770.31690.1524
Hunter Lab51.8148101.6379-70.7263
CIE-Lab58.833196.1720-61.0812

#f705fb color RGB value is (247,5,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000101 11111011
Octal 367 5 373
Decimal 247 5 251
Hex F7 5 FB

RGB Percentages of Color #f705fb

%49.11
%0.99
%49.90

CMYK Percentages of Color #f705fb

%2
%98
%0
%2

Triadic Colors of #f705fb

#f705fb #fbf705 #05fbf7

Analogous Colors of #f705fb

#f705fb #fb0584 #7c05fb

Monochromatic Colors of #f705fb

#f705fb

Complementary Color

#f705fb #09fb05

#f705fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f705fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f705fb Color CSS Codes

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

#f705fb Text Font Color

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

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


#f705fb Background Color

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

This div background color is #f705fb


#f705fb Border Color

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

This div border color is #f705fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f705fb

Related Colors


Comments

No comments written yet.

Please login to write comment.