Color Hex Logo

#f67cfc Color Hex

#F67CFC
(246,124,252)
0 Favorites   0 Comments

Color spaces of #f67cfc

RGB 246124252
HSL0.830.960.74
HSV297°51°99°
CMYK 0.020.510.00   0.01
XYZ62.784441.036496.7072
Yxy41.03640.31310.2046
Hunter Lab64.059762.8421-44.6650
CIE-Lab70.201463.8950-43.6253

#f67cfc color RGB value is (246,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111100 11111100
Octal 366 174 374
Decimal 246 124 252
Hex F6 7C FC

RGB Percentages of Color #f67cfc

%39.55
%19.94
%40.51

CMYK Percentages of Color #f67cfc

%2
%51
%0
%1

Triadic Colors of #f67cfc

#f67cfc #fcf67c #7cfcf6

Analogous Colors of #f67cfc

#f67cfc #fc7cc2 #b67cfc

Monochromatic Colors of #f67cfc

#f67cfc

Complementary Color

#f67cfc #82fc7c

#f67cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67cfc Color CSS Codes

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

#f67cfc Text Font Color

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

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


#f67cfc Background Color

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

This div background color is #f67cfc


#f67cfc Border Color

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

This div border color is #f67cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.