Color Hex Logo

#f67baf Color Hex

#F67BAF
(246,123,175)
0 Favorites   0 Comments

Color spaces of #f67baf

RGB 246123175
HSL0.930.870.72
HSV335°50°96°
CMYK 0.000.500.29   0.04
XYZ52.826936.853944.8867
Yxy36.85390.39260.2739
Hunter Lab60.707449.0907-1.3435
CIE-Lab67.167352.6154-5.4583

#f67baf color RGB value is (246,123,175).

#f67baf hex color red value is 246, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f67baf hue: 0.93 , saturation: 0.87 and the lightness value of f67baf is 0.72.

The process color (four color CMYK) of #f67baf color hex is 0.00, 0.50, 0.29, 0.04. Web safe color of #f67baf is #ff6699. Color #f67baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111011 10101111
Octal 366 173 257
Decimal 246 123 175
Hex F6 7B AF

RGB Percentages of Color #f67baf

%45.22
%22.61
%32.17

CMYK Percentages of Color #f67baf

%0
%50
%29
%4

Triadic Colors of #f67baf

#f67baf #aff67b #7baff6

Analogous Colors of #f67baf

#f67baf #f6857b #f67bed

Monochromatic Colors of #f67baf

#f67baf

Complementary Color

#f67baf #7bf6c2

#f67baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67baf Color CSS Codes

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

#f67baf Text Font Color

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

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


#f67baf Background Color

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

This div background color is #f67baf


#f67baf Border Color

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

This div border color is #f67baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67baf


Comments

No comments written yet.

Please login to write comment.