Color Hex Logo

#f769da Color Hex

#F769DA
(247,105,218)
0 Favorites   0 Comments

Color spaces of #f769da

RGB 247105218
HSL0.870.900.69
HSV312°57°97°
CMYK 0.000.570.12   0.03
XYZ56.064234.939370.1187
Yxy34.93930.34800.2168
Hunter Lab59.109565.8622-28.9562
CIE-Lab65.701467.1655-31.8471

#f769da color RGB value is (247,105,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101001 11011010
Octal 367 151 332
Decimal 247 105 218
Hex F7 69 DA

RGB Percentages of Color #f769da

%43.33
%18.42
%38.25

CMYK Percentages of Color #f769da

%0
%57
%12
%3

Triadic Colors of #f769da

#f769da #daf769 #69daf7

Analogous Colors of #f769da

#f769da #f76993 #cd69f7

Monochromatic Colors of #f769da

#f769da

Complementary Color

#f769da #69f786

#f769da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f769da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f769da Color CSS Codes

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

#f769da Text Font Color

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

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


#f769da Background Color

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

This div background color is #f769da


#f769da Border Color

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

This div border color is #f769da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f769da


Comments

No comments written yet.

Please login to write comment.