Color Hex Logo

#f67fdf Color Hex

#F67FDF
(246,127,223)
0 Favorites   0 Comments

Color spaces of #f67fdf

RGB 246127223
HSL0.870.870.73
HSV312°48°96°
CMYK 0.000.480.09   0.04
XYZ58.914740.099374.4468
Yxy40.09930.33960.2312
Hunter Lab63.324055.2539-25.3774
CIE-Lab69.540257.6084-28.7113

#f67fdf color RGB value is (246,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111111 11011111
Octal 366 177 337
Decimal 246 127 223
Hex F6 7F DF

RGB Percentages of Color #f67fdf

%41.28
%21.31
%37.42

CMYK Percentages of Color #f67fdf

%0
%48
%9
%4

Triadic Colors of #f67fdf

#f67fdf #dff67f #7fdff6

Analogous Colors of #f67fdf

#f67fdf #f67fa4 #d27ff6

Monochromatic Colors of #f67fdf

#f67fdf

Complementary Color

#f67fdf #7ff696

#f67fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67fdf Color CSS Codes

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

#f67fdf Text Font Color

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

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


#f67fdf Background Color

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

This div background color is #f67fdf


#f67fdf Border Color

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

This div border color is #f67fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67fdf


Comments

No comments written yet.

Please login to write comment.