Color Hex Logo

#f769db Color Hex

#F769DB
(247,105,219)
0 Favorites   0 Comments

Color spaces of #f769db

RGB 247105219
HSL0.870.900.69
HSV312°57°97°
CMYK 0.000.570.11   0.03
XYZ56.195534.991870.8101
Yxy34.99180.34690.2160
Hunter Lab59.153966.0537-29.5654
CIE-Lab65.742367.3163-32.3423

#f769db color RGB value is (247,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101001 11011011
Octal 367 151 333
Decimal 247 105 219
Hex F7 69 DB

RGB Percentages of Color #f769db

%43.26
%18.39
%38.35

CMYK Percentages of Color #f769db

%0
%57
%11
%3

Triadic Colors of #f769db

#f769db #dbf769 #69dbf7

Analogous Colors of #f769db

#f769db #f76994 #cc69f7

Monochromatic Colors of #f769db

#f769db

Complementary Color

#f769db #69f785

#f769db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f769db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f769db Color CSS Codes

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

#f769db Text Font Color

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

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


#f769db Background Color

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

This div background color is #f769db


#f769db Border Color

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

This div border color is #f769db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f769db


Comments

No comments written yet.

Please login to write comment.