Color Hex Logo

#f65bac Color Hex

#F65BAC
(246,91,172)
0 Favorites   0 Comments

Color spaces of #f65bac

RGB 24691172
HSL0.910.900.66
HSV329°63°96°
CMYK 0.000.630.30   0.04
XYZ49.193530.053642.2379
Yxy30.05360.40490.2474
Hunter Lab54.821264.2391-7.3062
CIE-Lab61.700466.5297-11.8964

#f65bac color RGB value is (246,91,172).

#f65bac hex color red value is 246, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f65bac hue: 0.91 , saturation: 0.90 and the lightness value of f65bac is 0.66.

The process color (four color CMYK) of #f65bac color hex is 0.00, 0.63, 0.30, 0.04. Web safe color of #f65bac is #ff6699. Color #f65bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011011 10101100
Octal 366 133 254
Decimal 246 91 172
Hex F6 5B AC

RGB Percentages of Color #f65bac

%48.33
%17.88
%33.79

CMYK Percentages of Color #f65bac

%0
%63
%30
%4

Triadic Colors of #f65bac

#f65bac #acf65b #5bacf6

Analogous Colors of #f65bac

#f65bac #f65b5f #f35bf6

Monochromatic Colors of #f65bac

#f65bac

Complementary Color

#f65bac #5bf6a5

#f65bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65bac Color CSS Codes

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

#f65bac Text Font Color

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

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


#f65bac Background Color

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

This div background color is #f65bac


#f65bac Border Color

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

This div border color is #f65bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65bac

Related Colors


Comments

No comments written yet.

Please login to write comment.