Color Hex Logo

#f701da Color Hex

#F701DA
(247,1,218)
0 Favorites   0 Comments

Color spaces of #f701da

RGB 2471218
HSL0.850.990.49
HSV307°100°97°
CMYK 0.001.000.12   0.03
XYZ51.023524.857868.4385
Yxy24.85780.35350.1722
Hunter Lab49.857695.4234-46.4858
CIE-Lab56.936691.9809-45.5680

#f701da color RGB value is (247,1,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000001 11011010
Octal 367 1 332
Decimal 247 1 218
Hex F7 1 DA

RGB Percentages of Color #f701da

%53.00
%0.21
%46.78

CMYK Percentages of Color #f701da

%0
%100
%12
%3

Triadic Colors of #f701da

#f701da #daf701 #01daf7

Analogous Colors of #f701da

#f701da #f7015f #9901f7

Monochromatic Colors of #f701da

#f701da

Complementary Color

#f701da #01f71e

#f701da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f701da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f701da Color CSS Codes

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

#f701da Text Font Color

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

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


#f701da Background Color

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

This div background color is #f701da


#f701da Border Color

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

This div border color is #f701da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f701da


Comments

No comments written yet.

Please login to write comment.