Color Hex Logo

#f06cee Color Hex

#F06CEE
(240,108,238)
0 Favorites   0 Comments

Color spaces of #f06cee

RGB 240108238
HSL0.840.810.68
HSV301°55°94°
CMYK 0.000.550.01   0.06
XYZ56.730435.423484.7363
Yxy35.42340.32070.2003
Hunter Lab59.517665.9853-42.7500
CIE-Lab66.077067.2009-42.4521

#f06cee color RGB value is (240,108,238).

#f06cee hex color red value is 240, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f06cee hue: 0.84 , saturation: 0.81 and the lightness value of f06cee is 0.68.

The process color (four color CMYK) of #f06cee color hex is 0.00, 0.55, 0.01, 0.06. Web safe color of #f06cee is #ff66ff. Color #f06cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101100 11101110
Octal 360 154 356
Decimal 240 108 238
Hex F0 6C EE

RGB Percentages of Color #f06cee

%40.96
%18.43
%40.61

CMYK Percentages of Color #f06cee

%0
%55
%1
%6

Triadic Colors of #f06cee

#f06cee #eef06c #6ceef0

Analogous Colors of #f06cee

#f06cee #f06cac #b06cf0

Monochromatic Colors of #f06cee

#f06cee

Complementary Color

#f06cee #6cf06e

#f06cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06cee Color CSS Codes

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

#f06cee Text Font Color

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

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


#f06cee Background Color

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

This div background color is #f06cee


#f06cee Border Color

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

This div border color is #f06cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06cee

Related Colors


Comments

No comments written yet.

Please login to write comment.