Color Hex Logo

#f67ddf Color Hex

#F67DDF
(246,125,223)
0 Favorites   0 Comments

Color spaces of #f67ddf

RGB 246125223
HSL0.870.870.73
HSV311°49°96°
CMYK 0.000.490.09   0.04
XYZ58.658939.587874.3616
Yxy39.58780.33980.2294
Hunter Lab62.918856.3066-26.0296
CIE-Lab69.174958.5649-29.2738

#f67ddf color RGB value is (246,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 11011111
Octal 366 175 337
Decimal 246 125 223
Hex F6 7D DF

RGB Percentages of Color #f67ddf

%41.41
%21.04
%37.54

CMYK Percentages of Color #f67ddf

%0
%49
%9
%4

Triadic Colors of #f67ddf

#f67ddf #dff67d #7ddff6

Analogous Colors of #f67ddf

#f67ddf #f67da3 #d17df6

Monochromatic Colors of #f67ddf

#f67ddf

Complementary Color

#f67ddf #7df694

#f67ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67ddf Color CSS Codes

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

#f67ddf Text Font Color

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

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


#f67ddf Background Color

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

This div background color is #f67ddf


#f67ddf Border Color

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

This div border color is #f67ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67ddf


Comments

No comments written yet.

Please login to write comment.