Color Hex Logo

#f67dfb Color Hex

#F67DFB
(246,125,251)
0 Favorites   0 Comments

Color spaces of #f67dfb

RGB 246125251
HSL0.830.940.74
HSV298°50°98°
CMYK 0.020.500.00   0.02
XYZ62.752241.225195.9166
Yxy41.22510.31390.2062
Hunter Lab64.206862.0943-43.6268
CIE-Lab70.333363.2519-42.8726

#f67dfb color RGB value is (246,125,251).

#f67dfb hex color red value is 246, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f67dfb hue: 0.83 , saturation: 0.94 and the lightness value of f67dfb is 0.74.

The process color (four color CMYK) of #f67dfb color hex is 0.02, 0.50, 0.00, 0.02. Web safe color of #f67dfb is #ff66ff. Color #f67dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 11111011
Octal 366 175 373
Decimal 246 125 251
Hex F6 7D FB

RGB Percentages of Color #f67dfb

%39.55
%20.10
%40.35

CMYK Percentages of Color #f67dfb

%2
%50
%0
%2

Triadic Colors of #f67dfb

#f67dfb #fbf67d #7dfbf6

Analogous Colors of #f67dfb

#f67dfb #fb7dc1 #b77dfb

Monochromatic Colors of #f67dfb

#f67dfb

Complementary Color

#f67dfb #82fb7d

#f67dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67dfb Color CSS Codes

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

#f67dfb Text Font Color

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

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


#f67dfb Background Color

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

This div background color is #f67dfb


#f67dfb Border Color

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

This div border color is #f67dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.