Color Hex Logo

#f015ce Color Hex

#F015CE
(240,21,206)
0 Favorites   0 Comments

Color spaces of #f015ce

RGB 24021206
HSL0.860.880.51
HSV309°91°94°
CMYK 0.000.910.14   0.06
XYZ47.343923.517860.4366
Yxy23.51780.36060.1791
Hunter Lab48.495289.3960-39.9430
CIE-Lab55.601787.7215-40.9140

#f015ce color RGB value is (240,21,206).

#f015ce hex color red value is 240, green value is 21 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f015ce hue: 0.86 , saturation: 0.88 and the lightness value of f015ce is 0.51.

The process color (four color CMYK) of #f015ce color hex is 0.00, 0.91, 0.14, 0.06. Web safe color of #f015ce is #ff00cc. Color #f015ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11001110
Octal 360 25 316
Decimal 240 21 206
Hex F0 15 CE

RGB Percentages of Color #f015ce

%51.39
%4.50
%44.11

CMYK Percentages of Color #f015ce

%0
%91
%14
%6

Triadic Colors of #f015ce

#f015ce #cef015 #15cef0

Analogous Colors of #f015ce

#f015ce #f01561 #a515f0

Monochromatic Colors of #f015ce

#f015ce

Complementary Color

#f015ce #15f037

#f015ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015ce Color CSS Codes

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

#f015ce Text Font Color

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

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


#f015ce Background Color

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

This div background color is #f015ce


#f015ce Border Color

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

This div border color is #f015ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015ce


Comments

No comments written yet.

Please login to write comment.