Color Hex Logo

#f015ca Color Hex

#F015CA
(240,21,202)
0 Favorites   0 Comments

Color spaces of #f015ca

RGB 24021202
HSL0.860.880.51
HSV310°91°94°
CMYK 0.000.910.16   0.06
XYZ46.864023.325957.9094
Yxy23.32590.36580.1821
Hunter Lab48.296988.6846-37.2826
CIE-Lab55.406587.2195-38.9270

#f015ca color RGB value is (240,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 11001010
Octal 360 25 312
Decimal 240 21 202
Hex F0 15 CA

RGB Percentages of Color #f015ca

%51.84
%4.54
%43.63

CMYK Percentages of Color #f015ca

%0
%91
%16
%6

Triadic Colors of #f015ca

#f015ca #caf015 #15caf0

Analogous Colors of #f015ca

#f015ca #f0155c #a915f0

Monochromatic Colors of #f015ca

#f015ca

Complementary Color

#f015ca #15f03b

#f015ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f015ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f015ca Color CSS Codes

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

#f015ca Text Font Color

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

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


#f015ca Background Color

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

This div background color is #f015ca


#f015ca Border Color

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

This div border color is #f015ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f015ca


Comments

No comments written yet.

Please login to write comment.