Color Hex Logo

#f710da Color Hex

#F710DA
(247,16,218)
0 Favorites   0 Comments

Color spaces of #f710da

RGB 24716218
HSL0.850.940.52
HSV308°94°97°
CMYK 0.000.940.12   0.03
XYZ51.198025.206768.4966
Yxy25.20670.35330.1740
Hunter Lab50.206394.1649-45.7452
CIE-Lab57.276390.9796-45.0309

#f710da color RGB value is (247,16,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010000 11011010
Octal 367 20 332
Decimal 247 16 218
Hex F7 10 DA

RGB Percentages of Color #f710da

%51.35
%3.33
%45.32

CMYK Percentages of Color #f710da

%0
%94
%12
%3

Triadic Colors of #f710da

#f710da #daf710 #10daf7

Analogous Colors of #f710da

#f710da #f71067 #a110f7

Monochromatic Colors of #f710da

#f710da

Complementary Color

#f710da #10f72d

#f710da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f710da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f710da Color CSS Codes

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

#f710da Text Font Color

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

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


#f710da Background Color

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

This div background color is #f710da


#f710da Border Color

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

This div border color is #f710da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f710da


Comments

No comments written yet.

Please login to write comment.