Color Hex Logo

#f068be Color Hex

#F068BE
(240,104,190)
0 Favorites   0 Comments

Color spaces of #f068be

RGB 240104190
HSL0.890.820.67
HSV322°57°94°
CMYK 0.000.570.21   0.06
XYZ50.179832.143652.2748
Yxy32.14360.37280.2388
Hunter Lab56.695358.7696-14.9804
CIE-Lab63.461461.6045-19.6033

#f068be color RGB value is (240,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101000 10111110
Octal 360 150 276
Decimal 240 104 190
Hex F0 68 BE

RGB Percentages of Color #f068be

%44.94
%19.48
%35.58

CMYK Percentages of Color #f068be

%0
%57
%21
%6

Triadic Colors of #f068be

#f068be #bef068 #68bef0

Analogous Colors of #f068be

#f068be #f0687a #de68f0

Monochromatic Colors of #f068be

#f068be

Complementary Color

#f068be #68f09a

#f068be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f068be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f068be Color CSS Codes

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

#f068be Text Font Color

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

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


#f068be Background Color

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

This div background color is #f068be


#f068be Border Color

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

This div border color is #f068be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f068be


Comments

No comments written yet.

Please login to write comment.