Color Hex Logo

#f672cc Color Hex

#F672CC
(246,114,204)
0 Favorites   0 Comments

Color spaces of #f672cc

RGB 246114204
HSL0.890.880.71
HSV319°54°96°
CMYK 0.000.540.17   0.04
XYZ54.922435.987161.1782
Yxy35.98710.36110.2366
Hunter Lab59.989258.4422-18.4726
CIE-Lab66.510160.8136-22.7761

#f672cc color RGB value is (246,114,204).

#f672cc hex color red value is 246, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f672cc hue: 0.89 , saturation: 0.88 and the lightness value of f672cc is 0.71.

The process color (four color CMYK) of #f672cc color hex is 0.00, 0.54, 0.17, 0.04. Web safe color of #f672cc is #ff66cc. Color #f672cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110010 11001100
Octal 366 162 314
Decimal 246 114 204
Hex F6 72 CC

RGB Percentages of Color #f672cc

%43.62
%20.21
%36.17

CMYK Percentages of Color #f672cc

%0
%54
%17
%4

Triadic Colors of #f672cc

#f672cc #ccf672 #72ccf6

Analogous Colors of #f672cc

#f672cc #f6728a #de72f6

Monochromatic Colors of #f672cc

#f672cc

Complementary Color

#f672cc #72f69c

#f672cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f672cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f672cc Color CSS Codes

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

#f672cc Text Font Color

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

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


#f672cc Background Color

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

This div background color is #f672cc


#f672cc Border Color

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

This div border color is #f672cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f672cc


Comments

No comments written yet.

Please login to write comment.