Color Hex Logo

#f68cfd Color Hex

#F68CFD
(246,140,253)
0 Favorites   0 Comments

Color spaces of #f68cfd

RGB 246140253
HSL0.820.970.77
HSV296°45°99°
CMYK 0.030.450.00   0.01
XYZ65.113745.440898.2676
Yxy45.44080.31180.2176
Hunter Lab67.409854.4529-39.2440
CIE-Lab73.181256.3709-39.5163

#f68cfd color RGB value is (246,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001100 11111101
Octal 366 214 375
Decimal 246 140 253
Hex F6 8C FD

RGB Percentages of Color #f68cfd

%38.50
%21.91
%39.59

CMYK Percentages of Color #f68cfd

%3
%45
%0
%1

Triadic Colors of #f68cfd

#f68cfd #fdf68c #8cfdf6

Analogous Colors of #f68cfd

#f68cfd #fd8ccc #be8cfd

Monochromatic Colors of #f68cfd

#f68cfd

Complementary Color

#f68cfd #93fd8c

#f68cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68cfd Color CSS Codes

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

#f68cfd Text Font Color

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

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


#f68cfd Background Color

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

This div background color is #f68cfd


#f68cfd Border Color

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

This div border color is #f68cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68cfd


Comments

No comments written yet.

Please login to write comment.