Color Hex Logo

#f689ed Color Hex

#F689ED
(246,137,237)
0 Favorites   0 Comments

Color spaces of #f689ed

RGB 246137237
HSL0.850.860.75
HSV305°44°96°
CMYK 0.000.440.04   0.04
XYZ62.237843.598685.2558
Yxy43.59860.32570.2282
Hunter Lab66.029252.6993-30.3338
CIE-Lab71.959455.0502-32.6852

#f689ed color RGB value is (246,137,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001001 11101101
Octal 366 211 355
Decimal 246 137 237
Hex F6 89 ED

RGB Percentages of Color #f689ed

%39.68
%22.10
%38.23

CMYK Percentages of Color #f689ed

%0
%44
%4
%4

Triadic Colors of #f689ed

#f689ed #edf689 #89edf6

Analogous Colors of #f689ed

#f689ed #f689b7 #c989f6

Monochromatic Colors of #f689ed

#f689ed

Complementary Color

#f689ed #89f692

#f689ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f689ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f689ed Color CSS Codes

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

#f689ed Text Font Color

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

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


#f689ed Background Color

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

This div background color is #f689ed


#f689ed Border Color

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

This div border color is #f689ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f689ed


Comments

No comments written yet.

Please login to write comment.