Color Hex Logo

#f689fd Color Hex

#F689FD
(246,137,253)
0 Favorites   0 Comments

Color spaces of #f689fd

RGB 246137253
HSL0.820.970.76
HSV296°46°99°
CMYK 0.030.460.00   0.01
XYZ64.681344.576098.1235
Yxy44.57600.31190.2149
Hunter Lab66.765356.0892-40.4016
CIE-Lab72.611857.8473-40.4034

#f689fd color RGB value is (246,137,253).

#f689fd hex color red value is 246, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f689fd hue: 0.82 , saturation: 0.97 and the lightness value of f689fd is 0.76.

The process color (four color CMYK) of #f689fd color hex is 0.03, 0.46, 0.00, 0.01. Web safe color of #f689fd is #ff99ff. Color #f689fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001001 11111101
Octal 366 211 375
Decimal 246 137 253
Hex F6 89 FD

RGB Percentages of Color #f689fd

%38.68
%21.54
%39.78

CMYK Percentages of Color #f689fd

%3
%46
%0
%1

Triadic Colors of #f689fd

#f689fd #fdf689 #89fdf6

Analogous Colors of #f689fd

#f689fd #fd89ca #bc89fd

Monochromatic Colors of #f689fd

#f689fd

Complementary Color

#f689fd #90fd89

#f689fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f689fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f689fd Color CSS Codes

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

#f689fd Text Font Color

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

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


#f689fd Background Color

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

This div background color is #f689fd


#f689fd Border Color

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

This div border color is #f689fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f689fd


Comments

No comments written yet.

Please login to write comment.