Color Hex Logo

#f067ce Color Hex

#F067CE
(240,103,206)
0 Favorites   0 Comments

Color spaces of #f067ce

RGB 240103206
HSL0.870.820.67
HSV315°57°94°
CMYK 0.000.570.14   0.06
XYZ51.926032.682061.9640
Yxy32.68200.35430.2230
Hunter Lab57.168262.0877-24.2461
CIE-Lab63.902664.3370-27.9753

#f067ce color RGB value is (240,103,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 11001110
Octal 360 147 316
Decimal 240 103 206
Hex F0 67 CE

RGB Percentages of Color #f067ce

%43.72
%18.76
%37.52

CMYK Percentages of Color #f067ce

%0
%57
%14
%6

Triadic Colors of #f067ce

#f067ce #cef067 #67cef0

Analogous Colors of #f067ce

#f067ce #f0678a #ce67f0

Monochromatic Colors of #f067ce

#f067ce

Complementary Color

#f067ce #67f089

#f067ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f067ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f067ce Color CSS Codes

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

#f067ce Text Font Color

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

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


#f067ce Background Color

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

This div background color is #f067ce


#f067ce Border Color

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

This div border color is #f067ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,103,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f067ce


Comments

No comments written yet.

Please login to write comment.