Color Hex Logo

#f689de Color Hex

#F689DE
(246,137,222)
0 Favorites   0 Comments

Color spaces of #f689de

RGB 246137222
HSL0.870.860.75
HSV313°44°96°
CMYK 0.000.440.10   0.04
XYZ60.136542.758174.1908
Yxy42.75810.33960.2415
Hunter Lab65.389749.7280-21.4974
CIE-Lab71.390552.5599-25.3189

#f689de color RGB value is (246,137,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001001 11011110
Octal 366 211 336
Decimal 246 137 222
Hex F6 89 DE

RGB Percentages of Color #f689de

%40.66
%22.64
%36.69

CMYK Percentages of Color #f689de

%0
%44
%10
%4

Triadic Colors of #f689de

#f689de #def689 #89def6

Analogous Colors of #f689de

#f689de #f689a8 #d889f6

Monochromatic Colors of #f689de

#f689de

Complementary Color

#f689de #89f6a1

#f689de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f689de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f689de Color CSS Codes

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

#f689de Text Font Color

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

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


#f689de Background Color

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

This div background color is #f689de


#f689de Border Color

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

This div border color is #f689de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,137,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f689de


Comments

No comments written yet.

Please login to write comment.