Color Hex Logo

#f67dfc Color Hex

#F67DFC
(246,125,252)
0 Favorites   0 Comments

Color spaces of #f67dfc

RGB 246125252
HSL0.830.950.74
HSV297°50°99°
CMYK 0.020.500.00   0.01
XYZ62.910341.288396.7492
Yxy41.28830.31310.2055
Hunter Lab64.256062.3138-44.2928
CIE-Lab70.377463.4272-43.3497

#f67dfc color RGB value is (246,125,252).

#f67dfc hex color red value is 246, green value is 125 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f67dfc hue: 0.83 , saturation: 0.95 and the lightness value of f67dfc is 0.74.

The process color (four color CMYK) of #f67dfc color hex is 0.02, 0.50, 0.00, 0.01. Web safe color of #f67dfc is #ff66ff. Color #f67dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 11111100
Octal 366 175 374
Decimal 246 125 252
Hex F6 7D FC

RGB Percentages of Color #f67dfc

%39.49
%20.06
%40.45

CMYK Percentages of Color #f67dfc

%2
%50
%0
%1

Triadic Colors of #f67dfc

#f67dfc #fcf67d #7dfcf6

Analogous Colors of #f67dfc

#f67dfc #fc7dc3 #b77dfc

Monochromatic Colors of #f67dfc

#f67dfc

Complementary Color

#f67dfc #83fc7d

#f67dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67dfc Color CSS Codes

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

#f67dfc Text Font Color

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

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


#f67dfc Background Color

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

This div background color is #f67dfc


#f67dfc Border Color

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

This div border color is #f67dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.