Color Hex Logo

#f769be Color Hex

#F769BE
(247,105,190)
0 Favorites   0 Comments

Color spaces of #f769be

RGB 247105190
HSL0.900.900.69
HSV324°57°97°
CMYK 0.000.570.23   0.03
XYZ52.703633.595052.4219
Yxy33.59500.37990.2422
Hunter Lab57.961260.8764-13.0509
CIE-Lab64.639863.1895-17.7182

#f769be color RGB value is (247,105,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101001 10111110
Octal 367 151 276
Decimal 247 105 190
Hex F7 69 BE

RGB Percentages of Color #f769be

%45.57
%19.37
%35.06

CMYK Percentages of Color #f769be

%0
%57
%23
%3

Triadic Colors of #f769be

#f769be #bef769 #69bef7

Analogous Colors of #f769be

#f769be #f76977 #e969f7

Monochromatic Colors of #f769be

#f769be

Complementary Color

#f769be #69f7a2

#f769be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f769be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f769be Color CSS Codes

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

#f769be Text Font Color

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

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


#f769be Background Color

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

This div background color is #f769be


#f769be Border Color

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

This div border color is #f769be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f769be


Comments

No comments written yet.

Please login to write comment.