Color Hex Logo

#f067cc Color Hex

#F067CC
(240,103,204)
0 Favorites   0 Comments

Color spaces of #f067cc

RGB 240103204
HSL0.880.820.67
HSV316°57°94°
CMYK 0.000.570.15   0.06
XYZ51.684532.585460.6923
Yxy32.58540.35650.2248
Hunter Lab57.083661.7206-23.0796
CIE-Lab63.823864.0420-26.9695

#f067cc color RGB value is (240,103,204).

#f067cc hex color red value is 240, green value is 103 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f067cc hue: 0.88 , saturation: 0.82 and the lightness value of f067cc is 0.67.

The process color (four color CMYK) of #f067cc color hex is 0.00, 0.57, 0.15, 0.06. Web safe color of #f067cc is #ff66cc. Color #f067cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 11001100
Octal 360 147 314
Decimal 240 103 204
Hex F0 67 CC

RGB Percentages of Color #f067cc

%43.88
%18.83
%37.29

CMYK Percentages of Color #f067cc

%0
%57
%15
%6

Triadic Colors of #f067cc

#f067cc #ccf067 #67ccf0

Analogous Colors of #f067cc

#f067cc #f06788 #d067f0

Monochromatic Colors of #f067cc

#f067cc

Complementary Color

#f067cc #67f08b

#f067cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f067cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f067cc Color CSS Codes

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

#f067cc Text Font Color

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

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


#f067cc Background Color

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

This div background color is #f067cc


#f067cc Border Color

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

This div border color is #f067cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f067cc


Comments

No comments written yet.

Please login to write comment.