Color Hex Logo

#f67dbc Color Hex

#F67DBC
(246,125,188)
0 Favorites   0 Comments

Color spaces of #f67dbc

RGB 246125188
HSL0.910.870.73
HSV329°49°96°
CMYK 0.000.490.24   0.04
XYZ54.416837.890952.0225
Yxy37.89090.37700.2625
Hunter Lab61.555650.0765-7.0189
CIE-Lab67.940153.3676-11.6289

#f67dbc color RGB value is (246,125,188).

#f67dbc hex color red value is 246, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f67dbc hue: 0.91 , saturation: 0.87 and the lightness value of f67dbc is 0.73.

The process color (four color CMYK) of #f67dbc color hex is 0.00, 0.49, 0.24, 0.04. Web safe color of #f67dbc is #ff66cc. Color #f67dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 10111100
Octal 366 175 274
Decimal 246 125 188
Hex F6 7D BC

RGB Percentages of Color #f67dbc

%44.01
%22.36
%33.63

CMYK Percentages of Color #f67dbc

%0
%49
%24
%4

Triadic Colors of #f67dbc

#f67dbc #bcf67d #7dbcf6

Analogous Colors of #f67dbc

#f67dbc #f67d80 #f47df6

Monochromatic Colors of #f67dbc

#f67dbc

Complementary Color

#f67dbc #7df6b7

#f67dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67dbc Color CSS Codes

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

#f67dbc Text Font Color

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

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


#f67dbc Background Color

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

This div background color is #f67dbc


#f67dbc Border Color

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

This div border color is #f67dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67dbc


Comments

No comments written yet.

Please login to write comment.