Color Hex Logo

#f768da Color Hex

#F768DA
(247,104,218)
0 Favorites   0 Comments

Color spaces of #f768da

RGB 247104218
HSL0.870.900.69
HSV312°58°97°
CMYK 0.000.580.12   0.03
XYZ55.963034.736770.0850
Yxy34.73670.34810.2160
Hunter Lab58.937866.3491-29.2473
CIE-Lab65.543267.5950-32.0922

#f768da color RGB value is (247,104,218).

#f768da hex color red value is 247, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f768da hue: 0.87 , saturation: 0.90 and the lightness value of f768da is 0.69.

The process color (four color CMYK) of #f768da color hex is 0.00, 0.58, 0.12, 0.03. Web safe color of #f768da is #ff66cc. Color #f768da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 11011010
Octal 367 150 332
Decimal 247 104 218
Hex F7 68 DA

RGB Percentages of Color #f768da

%43.41
%18.28
%38.31

CMYK Percentages of Color #f768da

%0
%58
%12
%3

Triadic Colors of #f768da

#f768da #daf768 #68daf7

Analogous Colors of #f768da

#f768da #f76893 #cd68f7

Monochromatic Colors of #f768da

#f768da

Complementary Color

#f768da #68f785

#f768da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768da Color CSS Codes

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

#f768da Text Font Color

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

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


#f768da Background Color

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

This div background color is #f768da


#f768da Border Color

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

This div border color is #f768da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768da


Comments

No comments written yet.

Please login to write comment.