Color Hex Logo

#f040ce Color Hex

#F040CE
(240,64,206)
0 Favorites   0 Comments

Color spaces of #f040ce

RGB 24064206
HSL0.870.850.60
HSV312°73°94°
CMYK 0.000.730.14   0.06
XYZ48.909226.648360.9584
Yxy26.64830.35830.1952
Hunter Lab51.622078.7811-33.8779
CIE-Lab58.647478.9146-36.1346

#f040ce color RGB value is (240,64,206).

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

The process color (four color CMYK) of #f040ce color hex is 0.00, 0.73, 0.14, 0.06. Web safe color of #f040ce is #ff33cc. Color #f040ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 11001110
Octal 360 100 316
Decimal 240 64 206
Hex F0 40 CE

RGB Percentages of Color #f040ce

%47.06
%12.55
%40.39

CMYK Percentages of Color #f040ce

%0
%73
%14
%6

Triadic Colors of #f040ce

#f040ce #cef040 #40cef0

Analogous Colors of #f040ce

#f040ce #f04076 #ba40f0

Monochromatic Colors of #f040ce

#f040ce

Complementary Color

#f040ce #40f062

#f040ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f040ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f040ce Color CSS Codes

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

#f040ce Text Font Color

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

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


#f040ce Background Color

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

This div background color is #f040ce


#f040ce Border Color

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

This div border color is #f040ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f040ce


Comments

No comments written yet.

Please login to write comment.