Color Hex Logo

#f707da Color Hex

#F707DA
(247,7,218)
0 Favorites   0 Comments

Color spaces of #f707da

RGB 2477218
HSL0.850.940.50
HSV307°97°97°
CMYK 0.000.970.12   0.03
XYZ51.088624.988168.4602
Yxy24.98810.35350.1729
Hunter Lab49.988194.9506-46.2078
CIE-Lab57.063891.6053-45.3668

#f707da color RGB value is (247,7,218).

#f707da hex color red value is 247, green value is 7 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f707da hue: 0.85 , saturation: 0.94 and the lightness value of f707da is 0.50.

The process color (four color CMYK) of #f707da color hex is 0.00, 0.97, 0.12, 0.03. Web safe color of #f707da is #ff00cc. Color #f707da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 11011010
Octal 367 7 332
Decimal 247 7 218
Hex F7 7 DA

RGB Percentages of Color #f707da

%52.33
%1.48
%46.19

CMYK Percentages of Color #f707da

%0
%97
%12
%3

Triadic Colors of #f707da

#f707da #daf707 #07daf7

Analogous Colors of #f707da

#f707da #f70762 #9c07f7

Monochromatic Colors of #f707da

#f707da

Complementary Color

#f707da #07f724

#f707da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f707da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f707da Color CSS Codes

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

#f707da Text Font Color

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

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


#f707da Background Color

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

This div background color is #f707da


#f707da Border Color

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

This div border color is #f707da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f707da


Comments

No comments written yet.

Please login to write comment.