Color Hex Logo

#f67afb Color Hex

#F67AFB
(246,122,251)
0 Favorites   0 Comments

Color spaces of #f67afb

RGB 246122251
HSL0.830.940.73
HSV298°51°98°
CMYK 0.020.510.00   0.02
XYZ62.378240.476995.7919
Yxy40.47690.31400.2038
Hunter Lab63.621563.6743-44.7352
CIE-Lab69.807964.6502-43.6954

#f67afb color RGB value is (246,122,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111010 11111011
Octal 366 172 373
Decimal 246 122 251
Hex F6 7A FB

RGB Percentages of Color #f67afb

%39.74
%19.71
%40.55

CMYK Percentages of Color #f67afb

%2
%51
%0
%2

Triadic Colors of #f67afb

#f67afb #fbf67a #7afbf6

Analogous Colors of #f67afb

#f67afb #fb7ac0 #b67afb

Monochromatic Colors of #f67afb

#f67afb

Complementary Color

#f67afb #7ffb7a

#f67afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67afb Color CSS Codes

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

#f67afb Text Font Color

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

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


#f67afb Background Color

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

This div background color is #f67afb


#f67afb Border Color

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

This div border color is #f67afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67afb


Comments

No comments written yet.

Please login to write comment.