Color Hex Logo

#f689be Color Hex

#F689BE
(246,137,190)
0 Favorites   0 Comments

Color spaces of #f689be

RGB 246137190
HSL0.920.860.75
HSV331°44°96°
CMYK 0.000.440.23   0.04
XYZ56.246041.201953.7035
Yxy41.20190.37210.2726
Hunter Lab64.188744.0822-4.6729
CIE-Lab70.317147.7227-9.1969

#f689be color RGB value is (246,137,190).

#f689be hex color red value is 246, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f689be hue: 0.92 , saturation: 0.86 and the lightness value of f689be is 0.75.

The process color (four color CMYK) of #f689be color hex is 0.00, 0.44, 0.23, 0.04. Web safe color of #f689be is #ff99cc. Color #f689be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001001 10111110
Octal 366 211 276
Decimal 246 137 190
Hex F6 89 BE

RGB Percentages of Color #f689be

%42.93
%23.91
%33.16

CMYK Percentages of Color #f689be

%0
%44
%23
%4

Triadic Colors of #f689be

#f689be #bef689 #89bef6

Analogous Colors of #f689be

#f689be #f68b89 #f689f5

Monochromatic Colors of #f689be

#f689be

Complementary Color

#f689be #89f6c1

#f689be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f689be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f689be Color CSS Codes

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

#f689be Text Font Color

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

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


#f689be Background Color

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

This div background color is #f689be


#f689be Border Color

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

This div border color is #f689be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f689be


Comments

No comments written yet.

Please login to write comment.